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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java

Issue 2440673002: [NTP Client] Put dismissing sections behind a flag (Closed)
Patch Set: Created 4 years, 2 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 | chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/ActionItem.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
index 191080308aa084442ec6ae6ecb82dd21b241855f..8671c20d1f509a986c31cd0e811c038b20edb427 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
@@ -37,6 +37,7 @@ public static boolean isEnabled(String featureName) {
public static final String NTP_FAKE_OMNIBOX_TEXT = "NTPFakeOmniboxText";
public static final String NTP_SNIPPETS = "NTPSnippets";
public static final String NTP_SNIPPETS_SAVE_TO_OFFLINE = "NTPSaveToOffline";
+ public static final String NTP_SUGGESTIONS_SECTION_DISMISSAL = "NTPSuggestionsSectionDismissal";
public static final String SCAN_CARDS_IN_WEB_PAYMENTS = "ScanCardsInWebPayments";
public static final String TAB_REPARENTING = "TabReparenting";
public static final String WEB_PAYMENTS = "WebPayments";
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/ActionItem.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698