Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5281)

Unified Diff: chrome/browser/plugin_installer.h

Issue 3127009: Convert infobar APIs to UTF-16. (Closed)
Patch Set: works Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/plugin_installer.h
diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugin_installer.h
index c2ef2c4aa55f33606a90257913d198fc76252614..b56034d1bef0f0423887851f691ac50a98779dfa 100644
--- a/chrome/browser/plugin_installer.h
+++ b/chrome/browser/plugin_installer.h
@@ -23,12 +23,12 @@ class PluginInstaller : public ConfirmInfoBarDelegate {
private:
// Overridden from ConfirmInfoBarDelegate:
- virtual std::wstring GetMessageText() const;
+ virtual string16 GetMessageText() const;
virtual SkBitmap* GetIcon() const;
virtual int GetButtons() const;
- virtual std::wstring GetButtonLabel(InfoBarButton button) const;
+ virtual string16 GetButtonLabel(InfoBarButton button) const;
virtual bool Accept();
- virtual std::wstring GetLinkText();
+ virtual string16 GetLinkText();
virtual bool LinkClicked(WindowOpenDisposition disposition);
// The containing TabContents

Powered by Google App Engine
This is Rietveld 408576698