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

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

Issue 18095002: Merge 208596 "Pipe a bit down to the InstantExtended new tab pag..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/search/instant_ipc_sender.h ('k') | chrome/browser/ui/search/instant_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_ipc_sender.cc
===================================================================
--- chrome/browser/ui/search/instant_ipc_sender.cc (revision 208940)
+++ chrome/browser/ui/search/instant_ipc_sender.cc (working copy)
@@ -46,6 +46,11 @@
routing_id(), omnibox_font_name, omnibox_font_size));
}
+ virtual void SetPromoInformation(bool is_app_launcher_enabled) OVERRIDE {
+ Send(new ChromeViewMsg_SearchBoxPromoInformation(
+ routing_id(), is_app_launcher_enabled));
+ }
+
virtual void SendAutocompleteResults(
const std::vector<InstantAutocompleteResult>& results) OVERRIDE {
Send(new ChromeViewMsg_SearchBoxAutocompleteResults(routing_id(), results));
Property changes on: chrome/browser/ui/search/instant_ipc_sender.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/ui/search/instant_ipc_sender.h ('k') | chrome/browser/ui/search/instant_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698