| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 2ec5b6c243428430678f8d147410d0ca90a3e146..0fc17e9a8dddb38a3fb1c017634969931ccf2d79 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -110,9 +110,6 @@ class SearchBox : public content::RenderViewObserver,
|
| // Sends ChromeViewHostMsg_FocusOmnibox to the browser.
|
| void Focus();
|
|
|
| - // Sends ChromeViewHostMsg_SearchBoxNavigate to the browser.
|
| - void NavigateToURL(const GURL& url, WindowOpenDisposition disposition);
|
| -
|
| // Sends ChromeViewHostMsg_SearchBoxPaste to the browser.
|
| void Paste(const base::string16& text);
|
|
|
|
|