Index: chrome/browser/ui/panels/panel_manager.h |
diff --git a/chrome/browser/ui/panels/panel_manager.h b/chrome/browser/ui/panels/panel_manager.h |
index b78cb9e9b3e9a96ab1ba555589c52f4c50652c42..979e8fe7852495c333d2e7a672b6107908590ce6 100644 |
--- a/chrome/browser/ui/panels/panel_manager.h |
+++ b/chrome/browser/ui/panels/panel_manager.h |
@@ -35,6 +35,9 @@ class PanelManager : public AutoHidingDesktopBar::Observer { |
// Returns a single instance. |
static PanelManager* GetInstance(); |
+ // Returns true if panels should always be used. |
+ static bool ShouldUsePanels(const std::string& id); |
Dmitry Titov
2011/12/08 20:59:01
could we name the param 'extension_id' to make it
asargent_no_longer_on_chrome
2011/12/08 21:21:26
nit: it might make sense to either rename the para
|
+ |
// Called when the display is changed, i.e. work area is updated. |
void OnDisplayChanged(); |