Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4093)

Unified Diff: chrome/browser/ui/search/instant_ipc_sender.h

Issue 17699006: Pipe a bit down to the InstantExtended new tab page javascript API for whether or not the app launc… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698