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

Unified Diff: sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java

Issue 967673002: [Sync] Make sure to register for autofill wallet invalidation on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: invalidation type must match enum name Created 5 years, 10 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: sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java
diff --git a/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java b/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java
index 1bebdfc92ffafe4ff68a041039e4048d887e59c3..325df512fc9be978c423c7f44f3a06ec5780b64b 100644
--- a/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java
+++ b/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ModelType.java
@@ -82,7 +82,11 @@ public enum ModelType {
/**
* A supervised user whitelist object.
*/
- MANAGED_USER_WHITELIST("MANAGED_USER_WHITELIST");
+ MANAGED_USER_WHITELIST("MANAGED_USER_WHITELIST"),
+ /**
+ * An autofill wallet data object.
+ */
+ AUTOFILL_WALLET("AUTOFILL_WALLET");
/** Special type representing all possible types. */
public static final String ALL_TYPES_TYPE = "ALL_TYPES";
« 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