Index: chrome/common/extensions/features/permission_feature.h |
diff --git a/chrome/common/extensions/features/permission_feature.h b/chrome/common/extensions/features/permission_feature.h |
deleted file mode 100644 |
index 1e24aaa60945f078e44458ea52abc364679ae173..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/features/permission_feature.h |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_COMMON_EXTENSIONS_FEATURES_PERMISSION_FEATURE_H_ |
-#define CHROME_COMMON_EXTENSIONS_FEATURES_PERMISSION_FEATURE_H_ |
- |
-#include "chrome/common/extensions/features/simple_feature.h" |
- |
-namespace extensions { |
- |
-class PermissionFeature : public SimpleFeature { |
- public: |
- PermissionFeature(); |
- virtual ~PermissionFeature(); |
- |
- virtual Feature::Availability IsAvailableToContext( |
- const Extension* extension, |
- Feature::Context context, |
- const GURL& url, |
- Feature::Platform platform) const OVERRIDE; |
- |
- virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE; |
-}; |
- |
-} // extensions |
- |
-#endif // CHROME_COMMON_EXTENSIONS_FEATURES_PERMISSION_FEATURE_H_ |