| Index: chrome/browser/extensions/extension_service.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_service.cc (revision 234311)
|
| +++ chrome/browser/extensions/extension_service.cc (working copy)
|
| @@ -1885,7 +1885,6 @@
|
| }
|
| // Extensions that came to us disabled from sync need a similar inference,
|
| // except based on the new version's permissions.
|
| - // TODO(yoz): Since we no longer sync disabled state, simplify this.
|
| if (previously_disabled &&
|
| disable_reasons == Extension::DISABLE_UNKNOWN_FROM_SYNC) {
|
| // Remove the DISABLE_UNKNOWN_FROM_SYNC reason.
|
|
|