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

Unified Diff: chrome/browser/cocoa/toolbar_controller.mm

Issue 969003: Make repost form warning tab-modal on Mac. (Closed)
Patch Set: Remove an unnecessary line. Created 10 years, 9 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/cocoa/repost_form_warning_mac.mm ('k') | chrome/browser/repost_form_warning_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/toolbar_controller.mm
diff --git a/chrome/browser/cocoa/toolbar_controller.mm b/chrome/browser/cocoa/toolbar_controller.mm
index 53e6b3a34fbddc3a38e24effcd27f1d0170f3fd8..f22495c8bcb382ddcfc7e55cb6a9698cfd5a7ad9 100644
--- a/chrome/browser/cocoa/toolbar_controller.mm
+++ b/chrome/browser/cocoa/toolbar_controller.mm
@@ -369,6 +369,9 @@ class PrefObserverBridge : public NotificationObserver {
case IDC_FORWARD:
button = forwardButton_;
break;
+ case IDC_RELOAD:
+ button = reloadButton_;
+ break;
case IDC_HOME:
button = homeButton_;
break;
« no previous file with comments | « chrome/browser/cocoa/repost_form_warning_mac.mm ('k') | chrome/browser/repost_form_warning_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698