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

Unified Diff: components/suggestions/suggestions_service_impl.h

Issue 2872573002: Use |min| param to query a variable number of suggestions (Closed)
Patch Set: Control number of suggestion with variation param Created 3 years, 7 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
Index: components/suggestions/suggestions_service_impl.h
diff --git a/components/suggestions/suggestions_service_impl.h b/components/suggestions/suggestions_service_impl.h
index 7bd2959d65b3a3d315adc732a59b799f8d543d56..b3ba2216b7c07f8bc65d202df49b0b22d65917a6 100644
--- a/components/suggestions/suggestions_service_impl.h
+++ b/components/suggestions/suggestions_service_impl.h
@@ -94,6 +94,8 @@ class SuggestionsServiceImpl : public SuggestionsService,
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest, DoesNotFetchOnStartup);
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
FetchSuggestionsDataSyncNotInitializedEnabled);
+ FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
+ BuildUrlWithDefaultMinZeroParamForFewFeature);
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
FetchSuggestionsDataSyncDisabled);
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
« no previous file with comments | « no previous file | components/suggestions/suggestions_service_impl.cc » ('j') | components/suggestions/suggestions_service_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698