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

Unified Diff: chrome/browser/search/contextual_search_promo_source_android.h

Issue 587803003: [Search] Add a header image to the promo flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using finch parameter for hiding the header Created 6 years, 3 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/search/contextual_search_promo_source_android.h
diff --git a/chrome/browser/search/contextual_search_promo_source_android.h b/chrome/browser/search/contextual_search_promo_source_android.h
index 0ca5b1b6a64db1550658780eb4ce3539fedbba17..05bbfefdc8646d6d1b332fa630fbea16d957f65a 100644
--- a/chrome/browser/search/contextual_search_promo_source_android.h
+++ b/chrome/browser/search/contextual_search_promo_source_android.h
@@ -33,6 +33,10 @@ class ContextualSearchPromoSourceAndroid : public content::URLDataSource {
int resource_id,
const content::URLDataSource::GotDataCallback& callback);
+ // Sends the config JS resource.
+ void SendConfigResource(
+ const content::URLDataSource::GotDataCallback& callback);
+
// Sends HTML with localized strings.
void SendHtmlWithStrings(
const content::URLDataSource::GotDataCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698