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

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

Issue 596193002: Check multi-crx path for force update based on manifest entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 6 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
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | no next file » | 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 #include "extensions/common/manifest_constants.h" 5 #include "extensions/common/manifest_constants.h"
6 6
7 namespace extensions { 7 namespace extensions {
8 8
9 namespace manifest_keys { 9 namespace manifest_keys {
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 const char kLaunchWidth[] = "app.launch.width"; 76 const char kLaunchWidth[] = "app.launch.width";
77 const char kLayouts[] = "layouts"; 77 const char kLayouts[] = "layouts";
78 const char kManifestVersion[] = "manifest_version"; 78 const char kManifestVersion[] = "manifest_version";
79 const char kMatchAboutBlank[] = "match_about_blank"; 79 const char kMatchAboutBlank[] = "match_about_blank";
80 const char kMatches[] = "matches"; 80 const char kMatches[] = "matches";
81 const char kMinimumChromeVersion[] = "minimum_chrome_version"; 81 const char kMinimumChromeVersion[] = "minimum_chrome_version";
82 const char kMinimumVersion[] = "minimum_version"; 82 const char kMinimumVersion[] = "minimum_version";
83 const char kMIMETypes[] = "mime_types"; 83 const char kMIMETypes[] = "mime_types";
84 const char kMimeTypesHandler[] = "mime_types_handler"; 84 const char kMimeTypesHandler[] = "mime_types_handler";
85 const char kName[] = "name"; 85 const char kName[] = "name";
86 const char kNaClArch[] = "nacl_arch";
86 const char kNaClModules[] = "nacl_modules"; 87 const char kNaClModules[] = "nacl_modules";
87 const char kNaClModulesMIMEType[] = "mime_type"; 88 const char kNaClModulesMIMEType[] = "mime_type";
88 const char kNaClModulesPath[] = "path"; 89 const char kNaClModulesPath[] = "path";
89 const char kOAuth2[] = "oauth2"; 90 const char kOAuth2[] = "oauth2";
90 const char kOAuth2AutoApprove[] = "oauth2.auto_approve"; 91 const char kOAuth2AutoApprove[] = "oauth2.auto_approve";
91 const char kOAuth2ClientId[] = "oauth2.client_id"; 92 const char kOAuth2ClientId[] = "oauth2.client_id";
92 const char kOAuth2Scopes[] = "oauth2.scopes"; 93 const char kOAuth2Scopes[] = "oauth2.scopes";
93 const char kOfflineEnabled[] = "offline_enabled"; 94 const char kOfflineEnabled[] = "offline_enabled";
94 const char kOmnibox[] = "omnibox"; 95 const char kOmnibox[] = "omnibox";
95 const char kOmniboxKeyword[] = "omnibox.keyword"; 96 const char kOmniboxKeyword[] = "omnibox.keyword";
(...skipping 11 matching lines...) Expand all
107 const char kPageActionIcons[] = "icons"; 108 const char kPageActionIcons[] = "icons";
108 const char kPageActionId[] = "id"; 109 const char kPageActionId[] = "id";
109 const char kPageActionPopup[] = "popup"; 110 const char kPageActionPopup[] = "popup";
110 const char kPageActionPopupPath[] = "path"; 111 const char kPageActionPopupPath[] = "path";
111 const char kPageActions[] = "page_actions"; 112 const char kPageActions[] = "page_actions";
112 const char kPermissions[] = "permissions"; 113 const char kPermissions[] = "permissions";
113 const char kPlatformAppBackground[] = "app.background"; 114 const char kPlatformAppBackground[] = "app.background";
114 const char kPlatformAppBackgroundPage[] = "app.background.page"; 115 const char kPlatformAppBackgroundPage[] = "app.background.page";
115 const char kPlatformAppBackgroundScripts[] = "app.background.scripts"; 116 const char kPlatformAppBackgroundScripts[] = "app.background.scripts";
116 const char kPlatformAppContentSecurityPolicy[] = "app.content_security_policy"; 117 const char kPlatformAppContentSecurityPolicy[] = "app.content_security_policy";
118 const char kPlatforms[] = "platforms";
117 const char kPlugins[] = "plugins"; 119 const char kPlugins[] = "plugins";
118 const char kPluginsPath[] = "path"; 120 const char kPluginsPath[] = "path";
119 const char kPluginsPublic[] = "public"; 121 const char kPluginsPublic[] = "public";
120 const char kPublicKey[] = "key"; 122 const char kPublicKey[] = "key";
121 const char kRemoveButton[] = "remove_button"; 123 const char kRemoveButton[] = "remove_button";
122 const char kResources[] = "resources"; 124 const char kResources[] = "resources";
123 const char kRequirements[] = "requirements"; 125 const char kRequirements[] = "requirements";
124 const char kRunAt[] = "run_at"; 126 const char kRunAt[] = "run_at";
125 const char kSandboxedPages[] = "sandbox.pages"; 127 const char kSandboxedPages[] = "sandbox.pages";
126 const char kSandboxedPagesCSP[] = "sandbox.content_security_policy"; 128 const char kSandboxedPagesCSP[] = "sandbox.content_security_policy";
127 const char kScriptBadge[] = "script_badge"; 129 const char kScriptBadge[] = "script_badge";
128 const char kSettingsOverride[] = "chrome_settings_overrides"; 130 const char kSettingsOverride[] = "chrome_settings_overrides";
129 const char kSettingsOverrideAlternateUrls[] = 131 const char kSettingsOverrideAlternateUrls[] =
130 "chrome_settings_overrides.search_provider.alternate_urls"; 132 "chrome_settings_overrides.search_provider.alternate_urls";
131 const char kShiftKey[] = "shiftKey"; 133 const char kShiftKey[] = "shiftKey";
132 const char kShortcutKey[] = "shortcutKey"; 134 const char kShortcutKey[] = "shortcutKey";
133 const char kShortName[] = "short_name"; 135 const char kShortName[] = "short_name";
134 const char kSignature[] = "signature"; 136 const char kSignature[] = "signature";
135 const char kSockets[] = "sockets"; 137 const char kSockets[] = "sockets";
136 const char kSpellcheck[] = "spellcheck"; 138 const char kSpellcheck[] = "spellcheck";
137 const char kSpellcheckDictionaryFormat[] = "dictionary_format"; 139 const char kSpellcheckDictionaryFormat[] = "dictionary_format";
138 const char kSpellcheckDictionaryLanguage[] = "dictionary_language"; 140 const char kSpellcheckDictionaryLanguage[] = "dictionary_language";
139 const char kSpellcheckDictionaryLocale[] = "dictionary_locale"; 141 const char kSpellcheckDictionaryLocale[] = "dictionary_locale";
140 const char kSpellcheckDictionaryPath[] = "dictionary_path"; 142 const char kSpellcheckDictionaryPath[] = "dictionary_path";
141 const char kStorageManagedSchema[] = "storage.managed_schema"; 143 const char kStorageManagedSchema[] = "storage.managed_schema";
144 const char kSubPackagePath[] = "sub_package_path";
142 const char kSuggestedKey[] = "suggested_key"; 145 const char kSuggestedKey[] = "suggested_key";
143 const char kSynthesizeBrowserAction[] = "_synthesize_browser_action"; 146 const char kSynthesizeBrowserAction[] = "_synthesize_browser_action";
144 const char kSystemIndicator[] = "system_indicator"; 147 const char kSystemIndicator[] = "system_indicator";
145 const char kTheme[] = "theme"; 148 const char kTheme[] = "theme";
146 const char kThemeColors[] = "colors"; 149 const char kThemeColors[] = "colors";
147 const char kThemeDisplayProperties[] = "properties"; 150 const char kThemeDisplayProperties[] = "properties";
148 const char kThemeImages[] = "images"; 151 const char kThemeImages[] = "images";
149 const char kThemeTints[] = "tints"; 152 const char kThemeTints[] = "tints";
150 const char kTtsEngine[] = "tts_engine"; 153 const char kTtsEngine[] = "tts_engine";
151 const char kTtsGenderFemale[] = "female"; 154 const char kTtsGenderFemale[] = "female";
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 const char kWebRequestConflictsWithLazyBackground[] = 731 const char kWebRequestConflictsWithLazyBackground[] =
729 "The 'webRequest' API cannot be used with event pages."; 732 "The 'webRequest' API cannot be used with event pages.";
730 #if defined(OS_CHROMEOS) 733 #if defined(OS_CHROMEOS)
731 const char kIllegalPlugins[] = 734 const char kIllegalPlugins[] =
732 "Extensions cannot install plugins on Chrome OS"; 735 "Extensions cannot install plugins on Chrome OS";
733 #endif 736 #endif
734 737
735 } // namespace manifest_errors 738 } // namespace manifest_errors
736 739
737 } // namespace extensions 740 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/common/manifest_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698