Remove unused Extension::InstallType

It is trivial clean-up of unused thing.

BUG=none
TEST=build

Review URL: https://codereview.chromium.org/399593006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284770 0039d316-1c4b-4281-b951-d872f2087c98
parent 4fd26bf4
......@@ -101,14 +101,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
DISABLE_REMOTE_INSTALL = 1 << 11
};
enum InstallType {
INSTALL_ERROR,
DOWNGRADE,
REINSTALL,
UPGRADE,
NEW_INSTALL
};
// A base class for parsed manifest data that APIs want to store on
// the extension. Related to base::SupportsUserData, but with an immutable
// thread-safe interface to match Extension.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment