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

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

Issue 2665743002: [Remote suggestions] Clean up variation params in the fetcher. (Closed)
Patch Set: Further changes & unit-test fixes Created 3 years, 10 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/request_params.h
diff --git a/components/ntp_snippets/remote/request_params.h b/components/ntp_snippets/remote/request_params.h
index 02289dd3143163538a389b645d84f56f2b0fa210..f555756c36287406ad42aeaa6f2a26bcf3553c68 100644
--- a/components/ntp_snippets/remote/request_params.h
+++ b/components/ntp_snippets/remote/request_params.h
@@ -16,9 +16,6 @@
namespace ntp_snippets {
-// Enumeration listing all possible variants of dealing with personalization.
-enum class Personalization { kPersonal, kNonPersonal, kBoth };
-
// Contains all parameters for fetching remote suggestions.
struct RequestParams {
RequestParams();

Powered by Google App Engine
This is Rietveld 408576698