| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index 0d99aaab1aa6c9256552044bdbcc1b7d1f82a4c1..bd084271b7c5f7cd00c9b27d563d2955e3be70d7 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -73,6 +73,9 @@ class BrowserInstantController : public SearchModelObserver {
|
| content::PageTransition transition,
|
| WindowOpenDisposition disposition);
|
|
|
| + // Invoked by |instant_| to paste the clipboard content into the omnibox.
|
| + void PasteIntoOmnibox();
|
| +
|
| // Sets the stored omnibox bounds.
|
| void SetOmniboxBounds(const gfx::Rect& bounds);
|
|
|
|
|