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

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

Issue 8786004: Revert "Restrict extension features based on the extension type." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index abb77f04f0fadf4a223ea79c2fb9d691ed39da24..8c988f3fc8b7e11bd591e41dccdf8d92bfd15767 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -150,7 +150,7 @@ namespace extension_manifest_errors {
extern const char kDisabledByPolicy[];
extern const char kExperimentalFlagRequired[];
extern const char kExpectString[];
- extern const char kFeatureNotAllowed[];
+ extern const char kHostedAppsCannotIncludeExtensionFeatures[];
extern const char kInvalidAllFrames[];
extern const char kInvalidBackground[];
extern const char kInvalidBackgroundInHostedApp[];
@@ -280,6 +280,7 @@ namespace extension_manifest_errors {
extern const char kOneUISurfaceOnly[];
extern const char kReservedMessageFound[];
extern const char kSidebarExperimental[];
+ extern const char kThemesCannotContainExtensions[];
extern const char kWebContentMustBeEnabled[];
#if defined(OS_CHROMEOS)
extern const char kIllegalPlugins[];
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698