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

Unified Diff: chrome/browser/browser_signin.cc

Issue 7461136: Convert HtmlDialogUIDelegate::GetDialogTitle() to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 9 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/choose_mobile_network_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_signin.cc
diff --git a/chrome/browser/browser_signin.cc b/chrome/browser/browser_signin.cc
index 6e7303733ddbd8df52c36f50626ad2b86a1cd834..4fc16b46a78495c12e449db79a840c07074a53b7 100644
--- a/chrome/browser/browser_signin.cc
+++ b/chrome/browser/browser_signin.cc
@@ -83,8 +83,8 @@ class BrowserSigninHtml : public HtmlDialogUIDelegate,
virtual bool IsDialogModal() const OVERRIDE {
return false;
};
- virtual std::wstring GetDialogTitle() const OVERRIDE {
- return L"";
+ virtual string16 GetDialogTitle() const OVERRIDE {
+ return string16();
}
virtual GURL GetDialogContentURL() const OVERRIDE {
return GURL("chrome://dialog/signin");
« no previous file with comments | « no previous file | chrome/browser/chromeos/choose_mobile_network_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698