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

Unified Diff: components/ntp_snippets/remote/remote_suggestions_fetcher.h

Issue 2771813002: RemoteSuggestionsFetcher: Remove ChromeReader integration (Closed)
Patch Set: Created 3 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
Index: components/ntp_snippets/remote/remote_suggestions_fetcher.h
diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher.h b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
index c2c929722edcba05de02faeb83bccfdda76a07f1..f767f1cfa9914324f6a3ffb15ca31ff01d7d2a48 100644
--- a/components/ntp_snippets/remote/remote_suggestions_fetcher.h
+++ b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
@@ -190,8 +190,6 @@ class RemoteSuggestionsFetcher : public OAuth2TokenService::Consumer,
// API endpoint for fetching suggestions.
const GURL fetch_url_;
- // Which API to use
- const internal::FetchAPI fetch_api_;
// API key to use for non-authenticated requests.
const std::string api_key_;
« no previous file with comments | « components/ntp_snippets/remote/json_request_unittest.cc ('k') | components/ntp_snippets/remote/remote_suggestions_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698