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

Unified Diff: components/suggestions/suggestions_service.cc

Issue 1024553003: [Suggestions Service] Enable Suggestions Service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « components/suggestions/suggestions_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/suggestions_service.cc
diff --git a/components/suggestions/suggestions_service.cc b/components/suggestions/suggestions_service.cc
index 9c6f2c81f068497ed6a0b762143264c2ed571e4c..fee193e2f597850bb7dbe1af9143d79e89c6a02a 100644
--- a/components/suggestions/suggestions_service.cc
+++ b/components/suggestions/suggestions_service.cc
@@ -119,12 +119,6 @@ SuggestionsService::SuggestionsService(
SuggestionsService::~SuggestionsService() {}
// static
-bool SuggestionsService::IsEnabled() {
- return GetExperimentParam(kSuggestionsFieldTrialStateParam) ==
- kSuggestionsFieldTrialStateEnabled;
-}
-
-// static
bool SuggestionsService::IsControlGroup() {
return GetExperimentParam(kSuggestionsFieldTrialControlParam) ==
kSuggestionsFieldTrialStateEnabled;
« no previous file with comments | « components/suggestions/suggestions_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698