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

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

Issue 10630013: Adds LocationBarContainer that contains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed debugging code 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..47527f9789c5850389da1e023a23a1f0c689a6a5 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -548,6 +548,11 @@ class BrowserView : public BrowserWindow,
// Create an icon for this window in the launcher (currently only for Ash).
void CreateLauncherIcon();
+ // Forces the LocationBarContainer to the top of the native window stacking
+ // order. This is needed for the Instant extended API when the location bar
+ // can be placed over web contents.
+ void RestackLocationBarContainer();
+
// Last focused view that issued a tab traversal.
int last_focused_view_storage_id_;

Powered by Google App Engine
This is Rietveld 408576698