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

Unified Diff: chrome/browser/blocked_plugin_manager.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/blocked_plugin_manager.h
diff --git a/chrome/browser/blocked_plugin_manager.h b/chrome/browser/blocked_plugin_manager.h
index e9f9506dcc14b6883f121f48e039992c97ad62d7..b1e231a7e4df2cdecaec3967cb0c7d7528ca5a8a 100644
--- a/chrome/browser/blocked_plugin_manager.h
+++ b/chrome/browser/blocked_plugin_manager.h
@@ -20,9 +20,9 @@ class BlockedPluginManager : public RenderViewHostDelegate::BlockedPlugin,
// ConfirmInfoBarDelegate methods
virtual int GetButtons() const;
- virtual std::wstring GetButtonLabel(InfoBarButton button) const;
- virtual std::wstring GetMessageText() const;
- virtual std::wstring GetLinkText();
+ virtual string16 GetButtonLabel(InfoBarButton button) const;
+ virtual string16 GetMessageText() const;
+ virtual string16 GetLinkText();
virtual SkBitmap* GetIcon() const;
virtual bool Accept();
virtual bool LinkClicked(WindowOpenDisposition disposition);

Powered by Google App Engine
This is Rietveld 408576698