| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 92ad0a549652730ecbded6ef78e7029713f8edbd..454dd731f8328ccb882955d249cb4e40af1b5ff9 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -66,6 +66,9 @@ class SearchBox : public content::RenderViewObserver,
|
| bool GetMostVisitedItemWithID(InstantRestrictedID most_visited_item_id,
|
| InstantMostVisitedItem* item) const;
|
|
|
| + // Sends ChromeViewHostMsg_FocusOmnibox to the browser.
|
| + void Focus();
|
| +
|
| // Sends ChromeViewHostMsg_SearchBoxNavigate to the browser.
|
| void NavigateToURL(const GURL& url,
|
| content::PageTransition transition,
|
|
|