From e1d74ae7ca755ec4f0d35b5e0634dea86d5dfba2 Mon Sep 17 00:00:00 2001 From: "dpolukhin@chromium.org" Date: Tue, 22 Jul 2014 21:11:23 +0000 Subject: [PATCH] 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 --- extensions/common/extension.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extensions/common/extension.h b/extensions/common/extension.h index 9bc9c632cd9b..554ec29743c1 100644 --- a/extensions/common/extension.h +++ b/extensions/common/extension.h @@ -101,14 +101,6 @@ class Extension : public base::RefCountedThreadSafe { 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. -- 2.11.4.GIT