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

Unified Diff: chrome/browser/browser_signin.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo 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 | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/chromeos/cros/network_library.cc » ('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 4fc16b46a78495c12e449db79a840c07074a53b7..d9098123f12559d4d32baf3fa7f44176f5e4da4e 100644
--- a/chrome/browser/browser_signin.cc
+++ b/chrome/browser/browser_signin.cc
@@ -157,7 +157,7 @@ void BrowserSigninHtml::ForceDialogClose() {
if (!closed_ && web_ui_) {
StringValue value("DialogClose");
ListValue close_args;
- close_args.Append(new StringValue(""));
+ close_args.Append(base::StringValue::New(""));
web_ui_->CallJavascriptFunction("chrome.send", value, close_args);
}
}
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/chromeos/cros/network_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698