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

Unified Diff: chrome/browser/extensions/crashed_extension_infobar.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/extensions/crashed_extension_infobar.h
diff --git a/chrome/browser/extensions/crashed_extension_infobar.h b/chrome/browser/extensions/crashed_extension_infobar.h
index 2e3741acfaf8a4744165f4c29d4b33eed8f25d2f..5387a0a3c1da4405045ce9526e16c03910d69d01 100644
--- a/chrome/browser/extensions/crashed_extension_infobar.h
+++ b/chrome/browser/extensions/crashed_extension_infobar.h
@@ -34,11 +34,11 @@ class CrashedExtensionInfoBarDelegate : public ConfirmInfoBarDelegate {
}
// ConfirmInfoBarDelegate
- virtual std::wstring GetMessageText() const;
+ virtual string16 GetMessageText() const;
virtual void InfoBarClosed();
virtual SkBitmap* GetIcon() const;
virtual int GetButtons() const;
- virtual std::wstring GetButtonLabel(
+ virtual string16 GetButtonLabel(
ConfirmInfoBarDelegate::InfoBarButton button) const;
virtual bool Accept();

Powered by Google App Engine
This is Rietveld 408576698