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

Unified Diff: chrome/browser/ui/panels/panel_browser_view.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: 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_browser_view.h
diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
index aaf7c71ecf52d90470a0aab3dd3d25bf43b8c4d5..c1cde8818665080f55b96a134694374dcdc5750c 100644
--- a/chrome/browser/ui/panels/panel_browser_view.h
+++ b/chrome/browser/ui/panels/panel_browser_view.h
@@ -98,6 +98,7 @@ class PanelBrowserView : public BrowserView,
virtual bool PreHandlePanelKeyboardEvent(
const NativeWebKeyboardEvent& event,
bool* is_keyboard_shortcut) OVERRIDE;
+ virtual void FullScreenModeChanged(bool is_full_screen_mode_on) OVERRIDE;
virtual void HandlePanelKeyboardEvent(
const NativeWebKeyboardEvent& event) OVERRIDE;
virtual gfx::Size WindowSizeFromContentSize(

Powered by Google App Engine
This is Rietveld 408576698