| Index: components/suggestions/suggestions_service.h
|
| diff --git a/components/suggestions/suggestions_service.h b/components/suggestions/suggestions_service.h
|
| index f4ebfe02349d2988f055b48449ab1e4bed0aa0dd..4128b93fbeef9152f8df99abb3efdebee66b641f 100644
|
| --- a/components/suggestions/suggestions_service.h
|
| +++ b/components/suggestions/suggestions_service.h
|
| @@ -61,9 +61,6 @@ class SuggestionsService : public KeyedService, public net::URLFetcherDelegate {
|
| scoped_ptr<BlacklistStore> blacklist_store);
|
| ~SuggestionsService() override;
|
|
|
| - // Whether this service is enabled.
|
| - static bool IsEnabled();
|
| -
|
| // Whether the user is part of a control group.
|
| static bool IsControlGroup();
|
|
|
|
|