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

Unified Diff: sync/protocol/sync.proto

Issue 1849563005: [Sync] Add cookie jar mismatch logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests again Created 4 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 | « sync/protocol/proto_value_conversions.cc ('k') | sync/sessions/sync_session_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index c8111a141111e22ac9d6a7c4827d78034c1353f7..48448eab04e6c92ad891c4b10848e8a7573e407f 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -400,6 +400,11 @@ message ClientConfigParams {
// Whether the PROXY_TABS proxy datatype is enabled on this client.
optional bool tabs_datatype_enabled = 2;
+
+ // Whether the account(s) present in the content area's cookie jar match the
+ // chrome account. If multiple accounts are present in the cookie jar, a
+ // mismatch implies all of them are different from the chrome account.
+ optional bool cookie_jar_mismatch = 3;
};
message CommitMessage {
« no previous file with comments | « sync/protocol/proto_value_conversions.cc ('k') | sync/sessions/sync_session_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698