| 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);
|
|
|