Index: chrome/browser/ui/search/instant_page.cc |
=================================================================== |
--- chrome/browser/ui/search/instant_page.cc (revision 208940) |
+++ chrome/browser/ui/search/instant_page.cc (working copy) |
@@ -4,6 +4,7 @@ |
#include "chrome/browser/ui/search/instant_page.h" |
+#include "apps/app_launcher.h" |
#include "base/strings/utf_string_conversions.h" |
#include "chrome/browser/search/search.h" |
#include "chrome/browser/ui/search/instant_ipc_sender.h" |
@@ -57,6 +58,10 @@ |
omnibox_font.GetFontSize()); |
} |
+void InstantPage::InitializePromos() { |
+ sender()->SetPromoInformation(apps::IsAppLauncherEnabled()); |
+} |
+ |
InstantPage::InstantPage(Delegate* delegate, const std::string& instant_url, |
bool is_incognito) |
: delegate_(delegate), |