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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 7011015: Show "About panel" bubble on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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/browser_window.h
===================================================================
--- chrome/browser/ui/browser_window.h (revision 85003)
+++ chrome/browser/ui/browser_window.h (working copy)
@@ -339,6 +339,10 @@
virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) = 0;
#endif
+ // Returns a pointer to the Panel instance if the browser window is indeed a
+ // panel, or NULL if there is none.
+ virtual Panel* GetAsPanel() { return NULL; }
+
// Construct a BrowserWindow implementation for the specified |browser|.
static BrowserWindow* CreateBrowserWindow(Browser* browser);

Powered by Google App Engine
This is Rietveld 408576698