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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 10580039: Adds ability to render omnibox as a view above the page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows Created 8 years, 6 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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 067e1ebcfbeaf2f818f01a122a029cbf13bc78a7..53d985be8d66fa342844955581158a742e7bcf21 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -431,11 +431,6 @@ class BrowserView : public BrowserWindow,
// override to implement different layout policy.
virtual views::LayoutManager* CreateLayoutManager() const;
- // Factory Method.
- // Returns a new ToolbarView for this browser view. A subclass may
- // override to implement different layout policy.
- virtual ToolbarView* CreateToolbar() const;
-
// Browser window related initializations.
virtual void Init();

Powered by Google App Engine
This is Rietveld 408576698