| Index: chrome/browser/views/autocomplete/autocomplete_popup_gtk.h
|
| ===================================================================
|
| --- chrome/browser/views/autocomplete/autocomplete_popup_gtk.h (revision 29084)
|
| +++ chrome/browser/views/autocomplete/autocomplete_popup_gtk.h (working copy)
|
| @@ -28,8 +28,12 @@
|
| // Returns true if the popup has been created.
|
| bool IsCreated() const;
|
|
|
| + // Restack the popup window directly above the browser's toplevel window.
|
| + void StackWindow();
|
| +
|
| private:
|
| AutocompletePopupContentsView* contents_;
|
| + AutocompleteEditView* edit_view_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutocompletePopupGtk);
|
| };
|
|
|