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

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

Issue 1543053002: Switch to standard integer types in extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-extensions-browser
Patch Set: Created 4 years, 12 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 | « extensions/common/manifest.cc ('k') | 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"
9
8 namespace extensions { 10 namespace extensions {
9 11
10 // Keys used in JSON representation of extensions. 12 // Keys used in JSON representation of extensions.
11 namespace manifest_keys { 13 namespace manifest_keys {
12 14
13 extern const char kAboutPage[]; 15 extern const char kAboutPage[];
14 extern const char kAllFrames[]; 16 extern const char kAllFrames[];
15 extern const char kAltKey[]; 17 extern const char kAltKey[];
16 extern const char kApp[]; 18 extern const char kApp[];
17 extern const char kAppIconColor[]; 19 extern const char kAppIconColor[];
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 extern const char kIllegalPlugins[]; 483 extern const char kIllegalPlugins[];
482 extern const char kInvalidFileSystemProviderMissingCapabilities[]; 484 extern const char kInvalidFileSystemProviderMissingCapabilities[];
483 extern const char kInvalidFileSystemProviderMissingPermission[]; 485 extern const char kInvalidFileSystemProviderMissingPermission[];
484 #endif 486 #endif
485 487
486 } // namespace manifest_errors 488 } // namespace manifest_errors
487 489
488 } // namespace extensions 490 } // namespace extensions
489 491
490 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 492 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « extensions/common/manifest.cc ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698