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

Unified Diff: chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h

Issue 1508853008: chrome: rename more wrench/Wrench occurrencies to appMenu/AppMenu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix updateAppButtonSeverity and rewrap + rebase Created 5 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/one_click_signin_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h b/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h
index 5298ef042e485c921e2e5be6d581d64579830c50..f8fbaa8277948809c843b0f068c84f02b7639e13 100644
--- a/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/one_click_signin_bubble_controller.h
@@ -24,12 +24,12 @@
@property(readonly, nonatomic) OneClickSigninViewController* viewController;
-// Initializes with a browser window |controller|, under whose wrench
-// menu this bubble will be displayed, and callbacks which are called
-// if the user clicks the corresponding link. |errorMessage| is an
-// alternate message that will be displayed in the case of an authentication
-// error, and |syncCallback| is called to start sync. |webContents| is used
-// to open the Learn More and Advanced links
+// Initializes with a browser window |controller|, under whose app menu this
+// bubble will be displayed, and callbacks which are called if the user clicks
+// the corresponding link. |errorMessage| is an alternate message that will be
+// displayed in the case of an authentication error, and |syncCallback| is
+// called to start sync. |webContents| is used to open the Learn More and
+// Advanced links.
//
// The bubble is not automatically displayed; call showWindow:id to
// display. The bubble is auto-released on close.
« no previous file with comments | « chrome/browser/ui/cocoa/menu_button.h ('k') | chrome/browser/ui/cocoa/one_click_signin_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698