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

Unified Diff: chrome/browser/ui/cocoa/preferences_window_controller.mm

Issue 5601003: Localize instant string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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/ui/cocoa/preferences_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/preferences_window_controller.mm b/chrome/browser/ui/cocoa/preferences_window_controller.mm
index 78e82dfb9f80fa0bd4d949ce1628efcadca9af56..4807386ffbf5b9e9cb7f069b28ffe762ca213802 100644
--- a/chrome/browser/ui/cocoa/preferences_window_controller.mm
+++ b/chrome/browser/ui/cocoa/preferences_window_controller.mm
@@ -1259,7 +1259,7 @@ enum { kHomepageNewTabPage, kHomepageURL };
}
- (IBAction)learnMoreAboutInstant:(id)sender {
- browser::ShowOptionsURL(profile_, GURL(browser::kInstantLearnMoreURL));
+ browser::ShowOptionsURL(profile_, browser::InstantLearnMoreURL());
}
// Called when the user clicks the button to make Chromium the default
« no previous file with comments | « chrome/browser/ui/cocoa/instant_confirm_window_controller.mm ('k') | chrome/browser/ui/views/instant_confirm_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698