Index: sync/protocol/extension_specifics.proto |
diff --git a/sync/protocol/extension_specifics.proto b/sync/protocol/extension_specifics.proto |
index 4c8364ad2a40427ad62611cb9b9a8f3c158bfbcb..e3e1dfbfa8ddc8a48d47af72812a1d10a868c149 100644 |
--- a/sync/protocol/extension_specifics.proto |
+++ b/sync/protocol/extension_specifics.proto |
@@ -29,11 +29,6 @@ message ExtensionSpecifics { |
// 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; |