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

Unified Diff: chrome/browser/ui/search/instant_page.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_page.h
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h
index eda5fa3d0a50716e7664053384e6a7acf07a96b4..c11efe6de1f090d4c5517fb9938de8a7802e6a8d 100644
--- a/chrome/browser/ui/search/instant_page.h
+++ b/chrome/browser/ui/search/instant_page.h
@@ -132,6 +132,8 @@ class InstantPage : public content::WebContentsObserver,
void InitializeFonts();
+ void InitializePromos();
+
protected:
InstantPage(Delegate* delegate, const std::string& instant_url,
bool is_incognito);

Powered by Google App Engine
This is Rietveld 408576698