| 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_;
|
|
|
|
|