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

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

Issue 7538010: Make BrowserWindow::CreateFindBar non-static so that it can be overridden by Panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also change TestBrowserWindow Created 9 years, 5 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/panels/native_panel.h
diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
index 71030466c9d3a41b82e4ce2492bcbf46df89ddd2..b06e756f8e5d5ddcaa32c0eb85b77a336ebcb35e 100644
--- a/chrome/browser/ui/panels/native_panel.h
+++ b/chrome/browser/ui/panels/native_panel.h
@@ -56,6 +56,7 @@ class NativePanel {
virtual gfx::NativeWindow GetNativePanelHandle() = 0;
virtual void UpdatePanelTitleBar() = 0;
virtual void ShowTaskManagerForPanel() = 0;
+ virtual FindBar* CreatePanelFindBar() = 0;
jianli 2011/08/01 18:52:13 Better to add forward declaration for FindBar thou
jennb 2011/08/08 17:26:02 Done.
virtual void NotifyPanelOnUserChangedTheme() = 0;
virtual void DrawAttention() = 0;
virtual bool IsDrawingAttention() const = 0;

Powered by Google App Engine
This is Rietveld 408576698