summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-10 22:57:21 +0000
committeryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-10 22:57:21 +0000
commitf56c65ea6f6eff1740d02bc8f4d7489f477f70b7 (patch)
tree5433fa9c3dec038cae27f0f1516b87f0913d750a
parenta0afeb1aafd479aed625b2a6c6e0fc02b5348962 (diff)
downloadchromium_src-f56c65ea6f6eff1740d02bc8f4d7489f477f70b7.zip
chromium_src-f56c65ea6f6eff1740d02bc8f4d7489f477f70b7.tar.gz
chromium_src-f56c65ea6f6eff1740d02bc8f4d7489f477f70b7.tar.bz2
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
-rw-r--r--chrome/common/extensions/extension.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 9adea8b..19011c1 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -121,6 +121,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
DISABLE_RELOAD = 1 << 2,
DISABLE_UNSUPPORTED_REQUIREMENT = 1 << 3,
DISABLE_SIDELOAD_WIPEOUT = 1 << 4,
+ DISABLE_UNKNOWN_FROM_SYNC = 1 << 5,
};
enum InstallType {