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

Unified Diff: components/suggestions/suggestions_service_impl.h

Issue 2872573002: Use |min| param to query a variable number of suggestions (Closed)
Patch Set: Use format strings to concat parameters 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 b2ce16238fed17cc77dc70dd609f4c35b9e913f3..0a42ef6cf88dab744d1ba3db5823087c0bf3124f 100644
--- a/components/suggestions/suggestions_service_impl.h
+++ b/components/suggestions/suggestions_service_impl.h
@@ -92,6 +92,8 @@ class SuggestionsServiceImpl : public SuggestionsService,
IgnoresUninterestingSyncChange);
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
FetchSuggestionsDataSyncNotInitializedEnabled);
+ FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
+ BuildUrlWithMinEqualsZeroParamForFewFeature);
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