Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5709)

Unified Diff: chrome/common/extensions/extension.h

Issue 16398010: Move some extension manifest consistency checks to BackgroundManifestHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index a2258948cc5cce0e3e7df4292df1efdfc3a86d5f..ed7d94ec254a8ef9c6be6b75cbb88cae55692652 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -24,7 +24,6 @@
#include "chrome/common/extensions/manifest.h"
#include "chrome/common/extensions/permissions/api_permission.h"
#include "chrome/common/extensions/permissions/permission_message.h"
-#include "chrome/common/extensions/user_script.h"
#include "extensions/common/extension_resource.h"
#include "extensions/common/install_warning.h"
#include "extensions/common/url_pattern.h"
@@ -372,12 +371,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
bool CheckMinimumChromeVersion(string16* error) const;
- // Check that platform app features are valid. Called after InitFromValue.
- bool CheckPlatformAppFeatures(string16* error) const;
-
- // Check that features don't conflict. Called after InitFromValue.
- bool CheckConflictingFeatures(string16* error) const;
-
// The extension's human-readable name. Name is used for display purpose. It
// might be wrapped with unicode bidi control characters so that it is
// displayed correctly in RTL context.

Powered by Google App Engine
This is Rietveld 408576698