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

Unified Diff: chrome/browser/ui/panels/panel_strip.h

Issue 8686012: Make panels not show on top when there is an app running in full screen mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bug fix to switch normal vs status levels. Created 9 years, 1 month 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/panels/panel_strip.h
diff --git a/chrome/browser/ui/panels/panel_strip.h b/chrome/browser/ui/panels/panel_strip.h
index a2a8d7680aa3f7e9eed621ae9c9d1a6ae6ff1b1c..97efcb3aca210802eb08fd7ef55b84e2886bb8c7 100644
--- a/chrome/browser/ui/panels/panel_strip.h
+++ b/chrome/browser/ui/panels/panel_strip.h
@@ -82,6 +82,8 @@ class PanelStrip : public PanelMouseWatcherObserver {
AutoHidingDesktopBar::Alignment alignment,
AutoHidingDesktopBar::Visibility visibility);
+ void OnFullScreenModeChanged(bool is_full_screen_mode_on);
+
#ifdef UNIT_TEST
static int horizontal_spacing() { return kPanelsHorizontalSpacing; }

Powered by Google App Engine
This is Rietveld 408576698