| Index: chrome/browser/ui/search/instant_ipc_sender.h
|
| diff --git a/chrome/browser/ui/search/instant_ipc_sender.h b/chrome/browser/ui/search/instant_ipc_sender.h
|
| index b1e76ce0dc3203f7d8bcc34752980b41c0ef9f20..3da734d7b5ca8a1b1f25d020b41a5cbfd784bdc6 100644
|
| --- a/chrome/browser/ui/search/instant_ipc_sender.h
|
| +++ b/chrome/browser/ui/search/instant_ipc_sender.h
|
| @@ -62,6 +62,9 @@ class InstantIPCSender : public content::WebContentsObserver {
|
| virtual void SetFontInformation(const string16& omnibox_font_name,
|
| size_t omnibox_font_size) {}
|
|
|
| + // Tells the page information it needs to display promos.
|
| + virtual void SetPromoInformation(bool is_app_launcher_enabled) {}
|
| +
|
| // Tells the page about the available autocomplete results.
|
| virtual void SendAutocompleteResults(
|
| const std::vector<InstantAutocompleteResult>& results) {}
|
|
|