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

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

Issue 2624683002: Linux UI: Fix profile chooser button background color (Closed)
Patch Set: fix win build 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..7da9bda2945d4adb5f209b8d2ac7192b2aa42dec 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();
+ const Browser* browser() const { return browser_; }
+
private:
friend class ProfileChooserViewExtensionsTest;
« no previous file with comments | « chrome/browser/ui/libgtkui/native_theme_gtk3.cc ('k') | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698