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

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

Issue 1977303004: [Extensions] Validate file existence for chrome url overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 namespace extensions { 10 namespace extensions {
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 extern const char kCannotChangeExtensionID[]; 260 extern const char kCannotChangeExtensionID[];
261 extern const char kCannotClaimAllHostsInExtent[]; 261 extern const char kCannotClaimAllHostsInExtent[];
262 extern const char kCannotClaimAllURLsInExtent[]; 262 extern const char kCannotClaimAllURLsInExtent[];
263 extern const char kCannotScriptGallery[]; 263 extern const char kCannotScriptGallery[];
264 extern const char kCannotScriptSigninPage[]; 264 extern const char kCannotScriptSigninPage[];
265 extern const char kCannotUninstallManagedExtension[]; 265 extern const char kCannotUninstallManagedExtension[];
266 extern const char kChromeVersionTooLow[]; 266 extern const char kChromeVersionTooLow[];
267 extern const char kDevToolsExperimental[]; 267 extern const char kDevToolsExperimental[];
268 extern const char kDisabledByPolicy[]; 268 extern const char kDisabledByPolicy[];
269 extern const char kExpectString[]; 269 extern const char kExpectString[];
270 extern const char kFileNotFound[];
270 extern const char kInvalidAboutPage[]; 271 extern const char kInvalidAboutPage[];
271 extern const char kInvalidAboutPageExpectRelativePath[]; 272 extern const char kInvalidAboutPageExpectRelativePath[];
272 extern const char kInvalidAllFrames[]; 273 extern const char kInvalidAllFrames[];
273 extern const char kInvalidAppIconColor[]; 274 extern const char kInvalidAppIconColor[];
274 extern const char kInvalidBackground[]; 275 extern const char kInvalidBackground[];
275 extern const char kInvalidBackgroundAllowJsAccess[]; 276 extern const char kInvalidBackgroundAllowJsAccess[];
276 extern const char kInvalidBackgroundCombination[]; 277 extern const char kInvalidBackgroundCombination[];
277 extern const char kInvalidBackgroundScript[]; 278 extern const char kInvalidBackgroundScript[];
278 extern const char kInvalidBackgroundScripts[]; 279 extern const char kInvalidBackgroundScripts[];
279 extern const char kInvalidBackgroundInHostedApp[]; 280 extern const char kInvalidBackgroundInHostedApp[];
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 extern const char kIllegalPlugins[]; 492 extern const char kIllegalPlugins[];
492 extern const char kInvalidFileSystemProviderMissingCapabilities[]; 493 extern const char kInvalidFileSystemProviderMissingCapabilities[];
493 extern const char kInvalidFileSystemProviderMissingPermission[]; 494 extern const char kInvalidFileSystemProviderMissingPermission[];
494 #endif 495 #endif
495 496
496 } // namespace manifest_errors 497 } // namespace manifest_errors
497 498
498 } // namespace extensions 499 } // namespace extensions
499 500
500 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 501 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_manifest_url_handlers_unittest.cc ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698