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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 2624683002: Linux UI: Fix profile chooser button background color (Closed)
Patch Set: Rewrite 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
Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
index c0da43a85fef16cb3a501fc1270707aa5affd6f6..e0a232d889f4ee92a29a84891172791f49c3fe8a 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -63,6 +63,8 @@ class ProfileChooserView : public content::WebContentsDelegate,
static bool IsShowing();
static void Hide();
+ Browser* browser() const { return browser_; }
sky 2017/02/06 22:56:41 this should either return a const Browser* or not
Tom (Use chromium acct) 2017/02/07 00:45:24 Done.
+
private:
friend class ProfileChooserViewExtensionsTest;

Powered by Google App Engine
This is Rietveld 408576698