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

Side by Side Diff: chrome/common/extensions/extension_manifest_constants.h

Issue 10217017: Allow features to refer to subkeys in _manifest_features.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix theme test Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 extern const char kCannotChangeExtensionID[]; 163 extern const char kCannotChangeExtensionID[];
164 extern const char kCannotClaimAllHostsInExtent[]; 164 extern const char kCannotClaimAllHostsInExtent[];
165 extern const char kCannotClaimAllURLsInExtent[]; 165 extern const char kCannotClaimAllURLsInExtent[];
166 extern const char kCannotScriptGallery[]; 166 extern const char kCannotScriptGallery[];
167 extern const char kCannotUninstallManagedExtension[]; 167 extern const char kCannotUninstallManagedExtension[];
168 extern const char kChromeVersionTooLow[]; 168 extern const char kChromeVersionTooLow[];
169 extern const char kDevToolsExperimental[]; 169 extern const char kDevToolsExperimental[];
170 extern const char kDisabledByPolicy[]; 170 extern const char kDisabledByPolicy[];
171 extern const char kExperimentalFlagRequired[]; 171 extern const char kExperimentalFlagRequired[];
172 extern const char kExpectString[]; 172 extern const char kExpectString[];
173 extern const char kFeatureNotAllowed[];
174 extern const char kInvalidAllFrames[]; 173 extern const char kInvalidAllFrames[];
175 extern const char kInvalidBackground[]; 174 extern const char kInvalidBackground[];
176 extern const char kInvalidBackgroundAllowJsAccess[]; 175 extern const char kInvalidBackgroundAllowJsAccess[];
177 extern const char kInvalidBackgroundCombination[]; 176 extern const char kInvalidBackgroundCombination[];
178 extern const char kInvalidBackgroundScript[]; 177 extern const char kInvalidBackgroundScript[];
179 extern const char kInvalidBackgroundScripts[]; 178 extern const char kInvalidBackgroundScripts[];
180 extern const char kInvalidBackgroundInHostedApp[]; 179 extern const char kInvalidBackgroundInHostedApp[];
181 extern const char kInvalidBackgroundPersistent[]; 180 extern const char kInvalidBackgroundPersistent[];
182 extern const char kInvalidBackgroundPersistentNoPage[]; 181 extern const char kInvalidBackgroundPersistentNoPage[];
183 extern const char kInvalidBrowserAction[]; 182 extern const char kInvalidBrowserAction[];
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 extern const char kPlatformAppFlagRequired[]; 312 extern const char kPlatformAppFlagRequired[];
314 extern const char kOneUISurfaceOnly[]; 313 extern const char kOneUISurfaceOnly[];
315 extern const char kReservedMessageFound[]; 314 extern const char kReservedMessageFound[];
316 extern const char kWebContentMustBeEnabled[]; 315 extern const char kWebContentMustBeEnabled[];
317 #if defined(OS_CHROMEOS) 316 #if defined(OS_CHROMEOS)
318 extern const char kIllegalPlugins[]; 317 extern const char kIllegalPlugins[];
319 #endif 318 #endif
320 } // namespace extension_manifest_errors 319 } // namespace extension_manifest_errors
321 320
322 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 321 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698