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

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

Issue 1618073002: Extensions - Check for too big or too small product icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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
« no previous file with comments | « no previous file | extensions/common/manifest_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 extern const char kInvalidFileHandlersTooManyTypesAndExtensions[]; 318 extern const char kInvalidFileHandlersTooManyTypesAndExtensions[];
319 extern const char kInvalidFileHandlerExtension[]; 319 extern const char kInvalidFileHandlerExtension[];
320 extern const char kInvalidFileHandlerExtensionElement[]; 320 extern const char kInvalidFileHandlerExtensionElement[];
321 extern const char kInvalidFileHandlerNoTypeOrExtension[]; 321 extern const char kInvalidFileHandlerNoTypeOrExtension[];
322 extern const char kInvalidFileHandlerType[]; 322 extern const char kInvalidFileHandlerType[];
323 extern const char kInvalidFileHandlerTypeElement[]; 323 extern const char kInvalidFileHandlerTypeElement[];
324 extern const char kInvalidGlob[]; 324 extern const char kInvalidGlob[];
325 extern const char kInvalidGlobList[]; 325 extern const char kInvalidGlobList[];
326 extern const char kInvalidHomepageOverrideURL[]; 326 extern const char kInvalidHomepageOverrideURL[];
327 extern const char kInvalidHomepageURL[]; 327 extern const char kInvalidHomepageURL[];
328 extern const char kInvalidIconKey[];
328 extern const char kInvalidIconPath[]; 329 extern const char kInvalidIconPath[];
329 extern const char kInvalidIcons[]; 330 extern const char kInvalidIcons[];
330 extern const char kInvalidImport[]; 331 extern const char kInvalidImport[];
331 extern const char kInvalidImportAndExport[]; 332 extern const char kInvalidImportAndExport[];
332 extern const char kInvalidImportId[]; 333 extern const char kInvalidImportId[];
333 extern const char kInvalidImportVersion[]; 334 extern const char kInvalidImportVersion[];
334 extern const char kInvalidIncognitoBehavior[]; 335 extern const char kInvalidIncognitoBehavior[];
335 extern const char kInvalidInputComponents[]; 336 extern const char kInvalidInputComponents[];
336 extern const char kInvalidInputComponentDescription[]; 337 extern const char kInvalidInputComponentDescription[];
337 extern const char kInvalidInputComponentLayoutName[]; 338 extern const char kInvalidInputComponentLayoutName[];
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 extern const char kIllegalPlugins[]; 488 extern const char kIllegalPlugins[];
488 extern const char kInvalidFileSystemProviderMissingCapabilities[]; 489 extern const char kInvalidFileSystemProviderMissingCapabilities[];
489 extern const char kInvalidFileSystemProviderMissingPermission[]; 490 extern const char kInvalidFileSystemProviderMissingPermission[];
490 #endif 491 #endif
491 492
492 } // namespace manifest_errors 493 } // namespace manifest_errors
493 494
494 } // namespace extensions 495 } // namespace extensions
495 496
496 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 497 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698