| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index 1a08425b39423b7f64eba611099f18fa94b632fc..a2e674926fee4f725f54360abb16afd0afd0c560 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -67,9 +67,6 @@ class WebContents;
|
| // InstantController is owned by Browser via BrowserInstantController.
|
| class InstantController : public InstantPage::Delegate {
|
| public:
|
| - // The URL for the local omnibox popup.
|
| - static const char* kLocalOmniboxPopupURL;
|
| -
|
| InstantController(chrome::BrowserInstantController* browser,
|
| bool extended_enabled);
|
| virtual ~InstantController();
|
|
|