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

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

Issue 23812010: Implement first part of supporting global extension commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gclient sync Created 7 years, 2 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
« no previous file with comments | « chrome/common/extensions/command.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 namespace extensions { 8 namespace extensions {
9 9
10 // Keys used in JSON representation of extensions. 10 // Keys used in JSON representation of extensions.
(...skipping 29 matching lines...) Expand all
40 extern const char kExcludeMatches[]; 40 extern const char kExcludeMatches[];
41 extern const char kExport[]; 41 extern const char kExport[];
42 extern const char kExternallyConnectable[]; 42 extern const char kExternallyConnectable[];
43 extern const char kFileAccessList[]; 43 extern const char kFileAccessList[];
44 extern const char kFileHandlers[]; 44 extern const char kFileHandlers[];
45 extern const char kFileHandlerExtensions[]; 45 extern const char kFileHandlerExtensions[];
46 extern const char kFileHandlerTitle[]; 46 extern const char kFileHandlerTitle[];
47 extern const char kFileHandlerTypes[]; 47 extern const char kFileHandlerTypes[];
48 extern const char kFileFilters[]; 48 extern const char kFileFilters[];
49 extern const char kFileBrowserHandlers[]; 49 extern const char kFileBrowserHandlers[];
50 extern const char kGlobal[];
50 extern const char kMediaGalleriesHandlers[]; 51 extern const char kMediaGalleriesHandlers[];
51 extern const char kHomepageURL[]; 52 extern const char kHomepageURL[];
52 extern const char kIcons[]; 53 extern const char kIcons[];
53 extern const char kId[]; 54 extern const char kId[];
54 extern const char kImport[]; 55 extern const char kImport[];
55 extern const char kIncognito[]; 56 extern const char kIncognito[];
56 extern const char kIncludeGlobs[]; 57 extern const char kIncludeGlobs[];
57 extern const char kInputComponents[]; 58 extern const char kInputComponents[];
58 extern const char kIntentDisposition[]; 59 extern const char kIntentDisposition[];
59 extern const char kIntentHref[]; 60 extern const char kIntentHref[];
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 extern const char kWebRequestConflictsWithLazyBackground[]; 439 extern const char kWebRequestConflictsWithLazyBackground[];
439 #if defined(OS_CHROMEOS) 440 #if defined(OS_CHROMEOS)
440 extern const char kIllegalPlugins[]; 441 extern const char kIllegalPlugins[];
441 #endif 442 #endif
442 443
443 } // namespace manifest_errors 444 } // namespace manifest_errors
444 445
445 } // namespace extensions 446 } // namespace extensions
446 447
447 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 448 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/command.cc ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698