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

Side by Side Diff: extensions/common/manifest_constants.h

Issue 801603002: Add support for command line switches to Features, and as proof that it works, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixes Created 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 5 #ifndef EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
6 #define EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 6 #define EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
7 7
8 namespace extensions { 8 namespace extensions {
9 9
10 // Keys used in JSON representation of extensions. 10 // Keys used in JSON representation of extensions.
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 extern const char kCannotChangeExtensionID[]; 248 extern const char kCannotChangeExtensionID[];
249 extern const char kCannotClaimAllHostsInExtent[]; 249 extern const char kCannotClaimAllHostsInExtent[];
250 extern const char kCannotClaimAllURLsInExtent[]; 250 extern const char kCannotClaimAllURLsInExtent[];
251 extern const char kCannotScriptGallery[]; 251 extern const char kCannotScriptGallery[];
252 extern const char kCannotScriptSigninPage[]; 252 extern const char kCannotScriptSigninPage[];
253 extern const char kCannotUninstallManagedExtension[]; 253 extern const char kCannotUninstallManagedExtension[];
254 extern const char kChromeVersionTooLow[]; 254 extern const char kChromeVersionTooLow[];
255 extern const char kDevToolsExperimental[]; 255 extern const char kDevToolsExperimental[];
256 extern const char kDisabledByPolicy[]; 256 extern const char kDisabledByPolicy[];
257 extern const char kExpectString[]; 257 extern const char kExpectString[];
258 extern const char kExperimentalFlagRequired[];
259 extern const char kInvalidAboutPage[]; 258 extern const char kInvalidAboutPage[];
260 extern const char kInvalidAboutPageExpectRelativePath[]; 259 extern const char kInvalidAboutPageExpectRelativePath[];
261 extern const char kInvalidAllFrames[]; 260 extern const char kInvalidAllFrames[];
262 extern const char kInvalidAppIconColor[]; 261 extern const char kInvalidAppIconColor[];
263 extern const char kInvalidBackground[]; 262 extern const char kInvalidBackground[];
264 extern const char kInvalidBackgroundAllowJsAccess[]; 263 extern const char kInvalidBackgroundAllowJsAccess[];
265 extern const char kInvalidBackgroundCombination[]; 264 extern const char kInvalidBackgroundCombination[];
266 extern const char kInvalidBackgroundScript[]; 265 extern const char kInvalidBackgroundScript[];
267 extern const char kInvalidBackgroundScripts[]; 266 extern const char kInvalidBackgroundScripts[];
268 extern const char kInvalidBackgroundInHostedApp[]; 267 extern const char kInvalidBackgroundInHostedApp[];
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 extern const char kWebRequestConflictsWithLazyBackground[]; 468 extern const char kWebRequestConflictsWithLazyBackground[];
470 #if defined(OS_CHROMEOS) 469 #if defined(OS_CHROMEOS)
471 extern const char kIllegalPlugins[]; 470 extern const char kIllegalPlugins[];
472 #endif 471 #endif
473 472
474 } // namespace manifest_errors 473 } // namespace manifest_errors
475 474
476 } // namespace extensions 475 } // namespace extensions
477 476
478 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 477 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « extensions/common/features/simple_feature_unittest.cc ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698