Chromium Code Reviews| Index: components/omnibox/browser/autocomplete_provider_client.h |
| diff --git a/components/omnibox/browser/autocomplete_provider_client.h b/components/omnibox/browser/autocomplete_provider_client.h |
| index 80211f51a2f5b89c21a524b8fcfc3122a23a13ed..5c2e47433f76b1eb0a4f19cdfdf9ecae62d99ebc 100644 |
| --- a/components/omnibox/browser/autocomplete_provider_client.h |
| +++ b/components/omnibox/browser/autocomplete_provider_client.h |
| @@ -22,6 +22,7 @@ class AutocompleteSchemeClassifier; |
| class GURL; |
| class InMemoryURLIndex; |
| class KeywordProvider; |
| +class PhysicalWebDataSource; |
| class PrefService; |
| class ShortcutsBackend; |
| @@ -61,6 +62,7 @@ class AutocompleteProviderClient { |
| virtual scoped_refptr<ShortcutsBackend> GetShortcutsBackendIfExists() = 0; |
| virtual std::unique_ptr<KeywordExtensionsDelegate> |
| GetKeywordExtensionsDelegate(KeywordProvider* keyword_provider) = 0; |
| + virtual PhysicalWebDataSource* GetPhysicalWebDataSource() = 0; |
|
Mark P
2016/08/08 20:41:37
I think there's a lot of stuff here already but I
mattreynolds
2016/08/09 21:42:02
The issue is that the PhysicalWebDataSource instan
Mark P
2016/08/10 23:33:19
Makes sense to me. I hadn't rememberad all those
|
| // The value to use for Accept-Languages HTTP header when making an HTTP |
| // request. |