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

Unified Diff: components/suggestions/suggestions_service_impl.h

Issue 2872573002: Use |min| param to query a variable number of suggestions (Closed)
Patch Set: Remove unnecessary includes 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 dac972dd7edcaddaba52c048a23749cd5d6e72c5..03951ac4ec75c3df632a2a705e3fd3d2b62056e7 100644
--- a/components/suggestions/suggestions_service_impl.h
+++ b/components/suggestions/suggestions_service_impl.h
@@ -88,6 +88,8 @@ class SuggestionsServiceImpl : public SuggestionsService,
friend class SuggestionsServiceTest;
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest, FetchSuggestionsData);
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
+ BuildUrlWithAllParameterForFewFeature);
Marc Treib 2017/05/08 14:26:04 Heads-up: You'll probably get merge conflicts with
fhorschig 2017/05/10 09:51:16 Acknowledged.
+ FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
FetchSuggestionsDataSyncDisabled);
FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
FetchSuggestionsDataNoAccessToken);
« 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