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

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

Issue 8824019: Hide panels in presence of full screen app for windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disabled timer on Linux. Created 9 years 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
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 77ea51724f32246066348ad19120e6b4df40e413..0934e8b46487748b49781b25945a8710a158b264 100644
--- a/chrome/browser/ui/panels/panel_browser_view.h
+++ b/chrome/browser/ui/panels/panel_browser_view.h
@@ -68,6 +68,8 @@ class PanelBrowserView : public BrowserView,
// Overridden from BrowserView:
virtual void Init() OVERRIDE;
+ virtual void Show() OVERRIDE;
+ virtual void ShowInactive() OVERRIDE;
virtual void Close() OVERRIDE;
virtual void Deactivate() OVERRIDE;
virtual bool CanResize() const OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698