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

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

Issue 2842063004: [Payments] Remove redundant string (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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/payments/PaymentPreferencesUtil.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentPreferencesUtil.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentPreferencesUtil.java
index 1e5f11b999e823d96e3e9d026885e3fe67bceb27..7c5227bae822be1c7d06c398b291678af1126e19 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentPreferencesUtil.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentPreferencesUtil.java
@@ -15,9 +15,6 @@ public class PaymentPreferencesUtil {
/** Preference to indicate whether payment request has been completed successfully once.*/
private static final String PAYMENT_COMPLETE_ONCE = "payment_complete_once";
- /** Prefix of the preferences to persist Android payment apps' status. */
- public static final String PAYMENT_ANDROID_APP_ENABLED_ = "payment_android_app_enabled_";
-
/** Prefix of the preferences to persist use count of the payment instruments. */
public static final String PAYMENT_INSTRUMENT_USE_COUNT_ = "payment_instrument_use_count_";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698