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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.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: Remove underscore. Created 9 years, 4 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/gtk/browser_window_gtk.h
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
index 59d1652e1f1137b3fcd3fe3a583adba65230f0d6..e511e445b4318fc72084eb4b8d436779b356c7bd 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.h
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h
@@ -135,6 +135,7 @@ class BrowserWindowGtk : public BrowserWindow,
virtual gfx::Rect GetInstantBounds();
virtual WindowOpenDisposition GetDispositionForPopupBounds(
const gfx::Rect& bounds);
+ virtual FindBar* CreateFindBar() OVERRIDE;
// Overridden from NotificationObserver:
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698