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

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

Issue 2832223003: Update profile switcher button on Linux. (Closed)
Patch Set: self review Created 3 years, 8 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 ee82dab69acd8e2ab4aa6f981c618c0815172c4a..24fdc21d68ea14459ea314ecca31f0da7e715560 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -57,6 +57,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
Browser* browser,
bool is_source_keyboard);
static bool IsShowing();
+ static views::Widget* GetCurrentBubbleWidget();
static void Hide();
const Browser* browser() const { return browser_; }

Powered by Google App Engine
This is Rietveld 408576698