| 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 53d985be8d66fa342844955581158a742e7bcf21..671abba433571939b8dead87c2a25781aea00c79 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -543,6 +543,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_;
|
|
|
|
|