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

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

Issue 2074553002: Flag to disable Android Pay v1 integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Combine 2 android blocks Created 4 years, 6 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/app/generated_resources.grd » ('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 74bb493ccc7c1b5953851b7c362a316613a446cd..1d6f01f9e8763a8d2ab63f6439d39315976dd551 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeFeatureList.java
@@ -30,6 +30,7 @@ public abstract class ChromeFeatureList {
}
/** Whether we show an important sites dialog in the "Clear Browsing Data" flow. */
+ public static final String ANDROID_PAY_INTEGRATION_V1 = "AndroidPayIntegrationV1";
public static final String IMPORTANT_SITES_IN_CBD = "ImportantSitesInCBD";
public static final String MEDIA_STYLE_NOTIFICATION = "MediaStyleNotification";
public static final String NTP_FAKE_OMNIBOX_TEXT = "NTPFakeOmniboxText";
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698