| Index: chrome/browser/android/contextualsearch/contextual_search_field_trial.h
|
| diff --git a/chrome/browser/android/contextualsearch/contextual_search_field_trial.h b/chrome/browser/android/contextualsearch/contextual_search_field_trial.h
|
| index 14ce6a5a9f73c23ca8ba1e82e9f439cdde7019a0..2696015df87f764931a55561a5e57ae59215ba53 100644
|
| --- a/chrome/browser/android/contextualsearch/contextual_search_field_trial.h
|
| +++ b/chrome/browser/android/contextualsearch/contextual_search_field_trial.h
|
| @@ -36,7 +36,7 @@ class ContextualSearchFieldTrial {
|
| bool IsDecodeMentionsDisabled();
|
|
|
| // Gets whether Bar integration with Now on Tap data is enabled.
|
| - bool IsNowOnTapBarIntegrationEnabled();
|
| + virtual bool IsNowOnTapBarIntegrationEnabled();
|
|
|
| // Disables the cache.
|
| void DisableCache();
|
|
|