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

Side by Side Diff: chrome/common/extensions/extension_manifest_constants.h

Issue 14587009: Added a PolicyManifestHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 extern const char kSandboxedPagesCSP[]; 124 extern const char kSandboxedPagesCSP[];
125 extern const char kScriptBadge[]; 125 extern const char kScriptBadge[];
126 extern const char kShiftKey[]; 126 extern const char kShiftKey[];
127 extern const char kShortcutKey[]; 127 extern const char kShortcutKey[];
128 extern const char kSignature[]; 128 extern const char kSignature[];
129 extern const char kSpellcheck[]; 129 extern const char kSpellcheck[];
130 extern const char kSpellcheckDictionaryFormat[]; 130 extern const char kSpellcheckDictionaryFormat[];
131 extern const char kSpellcheckDictionaryLanguage[]; 131 extern const char kSpellcheckDictionaryLanguage[];
132 extern const char kSpellcheckDictionaryLocale[]; 132 extern const char kSpellcheckDictionaryLocale[];
133 extern const char kSpellcheckDictionaryPath[]; 133 extern const char kSpellcheckDictionaryPath[];
134 extern const char kStorageManagedSchema[];
134 extern const char kSuggestedKey[]; 135 extern const char kSuggestedKey[];
135 extern const char kSystemIndicator[]; 136 extern const char kSystemIndicator[];
136 extern const char kTheme[]; 137 extern const char kTheme[];
137 extern const char kThemeColors[]; 138 extern const char kThemeColors[];
138 extern const char kThemeDisplayProperties[]; 139 extern const char kThemeDisplayProperties[];
139 extern const char kThemeImages[]; 140 extern const char kThemeImages[];
140 extern const char kThemeTints[]; 141 extern const char kThemeTints[];
141 extern const char kTtsEngine[]; 142 extern const char kTtsEngine[];
142 extern const char kTtsGenderFemale[]; 143 extern const char kTtsGenderFemale[];
143 extern const char kTtsGenderMale[]; 144 extern const char kTtsGenderMale[];
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 extern const char kScriptBadgeRequiresFlag[]; 410 extern const char kScriptBadgeRequiresFlag[];
410 extern const char kScriptBadgeIconIgnored[]; 411 extern const char kScriptBadgeIconIgnored[];
411 extern const char kScriptBadgeTitleIgnored[]; 412 extern const char kScriptBadgeTitleIgnored[];
412 extern const char kWebRequestConflictsWithLazyBackground[]; 413 extern const char kWebRequestConflictsWithLazyBackground[];
413 #if defined(OS_CHROMEOS) 414 #if defined(OS_CHROMEOS)
414 extern const char kIllegalPlugins[]; 415 extern const char kIllegalPlugins[];
415 #endif 416 #endif
416 } // namespace extension_manifest_errors 417 } // namespace extension_manifest_errors
417 418
418 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_ 419 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698