| Index: chrome/browser/ui/search/instant_page.cc
|
| diff --git a/chrome/browser/ui/search/instant_page.cc b/chrome/browser/ui/search/instant_page.cc
|
| index f87dc36a917860dbee80211fed97bc6d67976905..e9b3893506ba159822eda1727195259d7af27f61 100644
|
| --- a/chrome/browser/ui/search/instant_page.cc
|
| +++ b/chrome/browser/ui/search/instant_page.cc
|
| @@ -56,12 +56,6 @@ void InstantPage::InitializeFonts() {
|
| routing_id(), omnibox_font_name, omnibox_font_size));
|
| }
|
|
|
| -void InstantPage::GrantChromeSearchAccessFromOrigin(const GURL& origin_url) {
|
| - DCHECK(origin_url.is_valid());
|
| - Send(new ChromeViewMsg_SearchBoxGrantChromeSearchAccessFromOrigin(
|
| - routing_id(), origin_url));
|
| -}
|
| -
|
| void InstantPage::DetermineIfPageSupportsInstant() {
|
| Send(new ChromeViewMsg_DetermineIfPageSupportsInstant(routing_id()));
|
| }
|
|
|