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

Unified Diff: sync/protocol/extension_specifics.proto

Issue 69683002: Merge 233885 "Revert 231221 - "Remove enabled/disabled state fro..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years, 1 month 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 | « chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/extension_specifics.proto
===================================================================
--- sync/protocol/extension_specifics.proto (revision 234311)
+++ sync/protocol/extension_specifics.proto (working copy)
@@ -29,11 +29,6 @@
// Extensions Gallery) is used.
optional string update_url = 3;
// Whether or not this extension is enabled.
- // TODO(yoz): New sync clients will ignore this state, but we must
- // keep populating it because old clients behave incorrectly if it's
- // not present. Temporarily, enabled changes will propagate from new
- // clients to old, but not vice versa. Once all clients are updated to
- // ignore this field, we can remove it. See crbug.com/303311.
optional bool enabled = 4;
// Whether or not this extension is enabled in incognito mode.
optional bool incognito_enabled = 5;
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698