commit | f56c65ea6f6eff1740d02bc8f4d7489f477f70b7 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 10 22:57:21 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 10 22:57:21 2012 |
tree | 5433fa9c3dec038cae27f0f1516b87f0913d750a | |
parent | a0afeb1aafd479aed625b2a6c6e0fc02b5348962 [diff] |
Add enum to disable reasons for synced extensions. Just to see if this tickles a perf regression. BUG=164629,162062 Review URL: https://chromiumcodereview.appspot.com/11522002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172170 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 9adea8b..19011c18 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h
@@ -121,6 +121,7 @@ DISABLE_RELOAD = 1 << 2, DISABLE_UNSUPPORTED_REQUIREMENT = 1 << 3, DISABLE_SIDELOAD_WIPEOUT = 1 << 4, + DISABLE_UNKNOWN_FROM_SYNC = 1 << 5, }; enum InstallType {