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

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

Issue 1958233002: Reland of Update NTP to new material design spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/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 e9255fb694cc451f370cd9c0a4fcad0ac74ae7b0..9fe8855ce5ba9fe293d7201cf488cd481dfd79ca 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
@@ -29,10 +29,11 @@
return nativeIsEnabled(featureName);
}
+ public static final String MEDIA_STYLE_NOTIFICATION = "MediaStyleNotification";
+ public static final String NTP_FAKE_OMNIBOX_TEXT = "NTPFakeOmniboxText";
+ public static final String NTP_MATERIAL_DESIGN = "NTPMaterialDesign";
public static final String NTP_SNIPPETS = "NTPSnippets";
public static final String NTP_TOOLBAR = "NTPToolbar";
- public static final String NTP_FAKE_OMNIBOX_TEXT = "NTPFakeOmniboxText";
- public static final String MEDIA_STYLE_NOTIFICATION = "MediaStyleNotification";
private static native boolean nativeIsEnabled(String featureName);
}
« no previous file with comments | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698