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

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

Issue 11882009: Multi-monitor extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 179043. Created 7 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 | 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 #include "chrome/common/extensions/extension_manifest_constants.h" 5 #include "chrome/common/extensions/extension_manifest_constants.h"
6 6
7 namespace extension_manifest_keys { 7 namespace extension_manifest_keys {
8 8
9 const char kAllFrames[] = "all_frames"; 9 const char kAllFrames[] = "all_frames";
10 const char kAltKey[] = "altKey"; 10 const char kAltKey[] = "altKey";
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 const char kRequirements[] = "requirements"; 104 const char kRequirements[] = "requirements";
105 const char kRunAt[] = "run_at"; 105 const char kRunAt[] = "run_at";
106 const char kSandboxedPages[] = "sandbox.pages"; 106 const char kSandboxedPages[] = "sandbox.pages";
107 const char kSandboxedPagesCSP[] = "sandbox.content_security_policy"; 107 const char kSandboxedPagesCSP[] = "sandbox.content_security_policy";
108 const char kScriptBadge[] = "script_badge"; 108 const char kScriptBadge[] = "script_badge";
109 const char kShiftKey[] = "shiftKey"; 109 const char kShiftKey[] = "shiftKey";
110 const char kShortcutKey[] = "shortcutKey"; 110 const char kShortcutKey[] = "shortcutKey";
111 const char kSignature[] = "signature"; 111 const char kSignature[] = "signature";
112 const char kSuggestedKey[] = "suggested_key"; 112 const char kSuggestedKey[] = "suggested_key";
113 const char kSystemIndicator[] = "system_indicator"; 113 const char kSystemIndicator[] = "system_indicator";
114 const char kSystemInfoDisplay[] = "systemInfo.display";
114 const char kTheme[] = "theme"; 115 const char kTheme[] = "theme";
115 const char kThemeColors[] = "colors"; 116 const char kThemeColors[] = "colors";
116 const char kThemeDisplayProperties[] = "properties"; 117 const char kThemeDisplayProperties[] = "properties";
117 const char kThemeImages[] = "images"; 118 const char kThemeImages[] = "images";
118 const char kThemeTints[] = "tints"; 119 const char kThemeTints[] = "tints";
119 const char kTtsEngine[] = "tts_engine"; 120 const char kTtsEngine[] = "tts_engine";
120 const char kTtsGenderFemale[] = "female"; 121 const char kTtsGenderFemale[] = "female";
121 const char kTtsGenderMale[] = "male"; 122 const char kTtsGenderMale[] = "male";
122 const char kTtsVoices[] = "voices"; 123 const char kTtsVoices[] = "voices";
123 const char kTtsVoicesEventTypeEnd[] = "end"; 124 const char kTtsVoicesEventTypeEnd[] = "end";
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 const char kScriptBadgeTitleIgnored[] = 547 const char kScriptBadgeTitleIgnored[] =
547 "default_title specified in script_badge manifest section will not be " 548 "default_title specified in script_badge manifest section will not be "
548 "used."; 549 "used.";
549 const char kWebRequestConflictsWithLazyBackground[] = 550 const char kWebRequestConflictsWithLazyBackground[] =
550 "The 'webRequest' API cannot be used with event pages."; 551 "The 'webRequest' API cannot be used with event pages.";
551 #if defined(OS_CHROMEOS) 552 #if defined(OS_CHROMEOS)
552 const char kIllegalPlugins[] = 553 const char kIllegalPlugins[] =
553 "Extensions cannot install plugins on Chrome OS"; 554 "Extensions cannot install plugins on Chrome OS";
554 #endif 555 #endif
555 } // namespace extension_manifest_errors 556 } // namespace extension_manifest_errors
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/system_info_display.idl ('k') | chrome/common/extensions/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698