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

Unified Diff: sync/protocol/sync_enums.proto

Issue 14655009: Client changes for disabled dasher account (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: sync/protocol/sync_enums.proto
diff --git a/sync/protocol/sync_enums.proto b/sync/protocol/sync_enums.proto
index 30921a545f6c6b36236a07c47dafd33b612313ba..bc61e8befa27ae37d3904314a711d0dea25c78b2 100644
--- a/sync/protocol/sync_enums.proto
+++ b/sync/protocol/sync_enums.proto
@@ -87,6 +87,7 @@ message SyncEnums {
// types. Client should clear the cache for
// these data types only and then re-sync with
// a server.
+ DISABLED_BY_ADMIN = 10; // An administrator disabled the account.
Andrew T Wilson (Slow) 2013/05/13 11:51:13 I think a more precise comment would be something
pavely 2013/05/13 22:37:09 Done.
UNKNOWN = 100; // Unknown value. This should never be explicitly
// used; it is the default value when an
// out-of-date client parses a value it doesn't

Powered by Google App Engine
This is Rietveld 408576698