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

Unified Diff: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h

Issue 2638853003: macOS: Setting focus to the first profile in profile switcher (Closed)
Patch Set: Removing useless import Created 3 years, 10 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 | « no previous file | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
index d5e1f5092394f39bc5f4ab52a816fe44add1c167..c7065146af5011c2fc386edf7f054d4634e551e8 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.h
@@ -48,6 +48,7 @@ class GaiaWebContentsDelegate;
// current profile. It is set in |showAccountRemovalView| and used in
// |removeAccount|.
std::string accountIdToRemove_;
+ NSButton *firstProfileView_;
// Active view mode.
profiles::BubbleViewMode viewMode_;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698