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

Unified Diff: chrome/browser/ui/cocoa/instant_confirm_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/instant_confirm_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/instant_confirm_window_controller.mm b/chrome/browser/ui/cocoa/instant_confirm_window_controller.mm
index 6299170849f2286599c4fa3e567bab0b642c0f4d..299fd35f4b99bd3a3e3dd0613b2e4c2a519cae44 100644
--- a/chrome/browser/ui/cocoa/instant_confirm_window_controller.mm
+++ b/chrome/browser/ui/cocoa/instant_confirm_window_controller.mm
@@ -60,7 +60,7 @@ void ShowInstantConfirmDialog(gfx::NativeWindow parent, Profile* profile) {
}
- (IBAction)learnMore:(id)sender {
- browser::ShowOptionsURL(profile_, GURL(browser::kInstantLearnMoreURL));
+ browser::ShowOptionsURL(profile_, browser::InstantLearnMoreURL());
}
- (IBAction)ok:(id)sender {
« no previous file with comments | « chrome/browser/instant/instant_confirm_dialog.cc ('k') | chrome/browser/ui/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698