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

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_features.cc

Issue 2606753002: Post notification after fetching articles (Closed)
Patch Set: Add TODO. Created 3 years, 11 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: chrome/browser/ntp_snippets/ntp_snippets_features.cc
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_features.cc b/chrome/browser/ntp_snippets/ntp_snippets_features.cc
new file mode 100644
index 0000000000000000000000000000000000000000..45b1a386f1c1b4e9650fa2039f75b68c86badf7b
--- /dev/null
+++ b/chrome/browser/ntp_snippets/ntp_snippets_features.cc
@@ -0,0 +1,11 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/ntp_snippets/ntp_snippets_features.h"
+
+const base::Feature kContentSuggestionsNotificationsFeature = {
+ "ContentSuggestionsNotifications", base::FEATURE_DISABLED_BY_DEFAULT};
fhorschig 2017/01/05 13:24:35 Wouldn't it make sense to put that into the ntp_sn
sfiera 2017/01/05 13:35:01 We don't seem to use that namespace in chrome/brow
Bernhard Bauer 2017/01/05 13:40:58 The rough (i.e. not always followed) rule of thumb
+
+const char kContentSuggestionsNotificationsAlwaysNotifyParam[] =
+ "always_notify";

Powered by Google App Engine
This is Rietveld 408576698