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

Unified Diff: components/ntp_snippets/ntp_snippets_constants.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
« no previous file with comments | « no previous file | components/ntp_snippets/ntp_snippets_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/ntp_snippets_constants.h
diff --git a/components/ntp_snippets/ntp_snippets_constants.h b/components/ntp_snippets/ntp_snippets_constants.h
index 5f805d11a58007cd515c09ef92314069c5cd42fd..2c17eb0591a009780e89ebfde114732a077d1d38 100644
--- a/components/ntp_snippets/ntp_snippets_constants.h
+++ b/components/ntp_snippets/ntp_snippets_constants.h
@@ -18,7 +18,6 @@ extern const char kStudyName[];
extern const base::FilePath::CharType kDatabaseFolder[];
// Server endpoints for fetching snippets.
-extern const char kChromeReaderServer[]; // old endpoint
extern const char kContentSuggestionsServer[]; // used on stable/beta
extern const char kContentSuggestionsStagingServer[]; // used on dev/canary
extern const char kContentSuggestionsAlphaServer[]; // for testing
« no previous file with comments | « no previous file | components/ntp_snippets/ntp_snippets_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698