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

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

Issue 1123093003: Add a manifest property declaring USB printers supported by an app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interfaceProtocol documentation. Created 5 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
« no previous file with comments | « extensions/common/common_manifest_handlers.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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 extern const char kTtsVoicesEventTypes[]; 168 extern const char kTtsVoicesEventTypes[];
169 extern const char kTtsVoicesGender[]; 169 extern const char kTtsVoicesGender[];
170 extern const char kTtsVoicesLang[]; 170 extern const char kTtsVoicesLang[];
171 extern const char kTtsVoicesRemote[]; 171 extern const char kTtsVoicesRemote[];
172 extern const char kTtsVoicesVoiceName[]; 172 extern const char kTtsVoicesVoiceName[];
173 extern const char kType[]; 173 extern const char kType[];
174 extern const char kUIOverride[]; 174 extern const char kUIOverride[];
175 extern const char kUpdateURL[]; 175 extern const char kUpdateURL[];
176 extern const char kUrlHandlers[]; 176 extern const char kUrlHandlers[];
177 extern const char kUrlHandlerTitle[]; 177 extern const char kUrlHandlerTitle[];
178 extern const char kUsbPrinters[];
178 extern const char kVersion[]; 179 extern const char kVersion[];
179 extern const char kVersionName[]; 180 extern const char kVersionName[];
180 extern const char kWebAccessibleResources[]; 181 extern const char kWebAccessibleResources[];
181 extern const char kWebURLs[]; 182 extern const char kWebURLs[];
182 extern const char kWebview[]; 183 extern const char kWebview[];
183 extern const char kWebviewName[]; 184 extern const char kWebviewName[];
184 extern const char kWebviewAccessibleResources[]; 185 extern const char kWebviewAccessibleResources[];
185 extern const char kWebviewPartitions[]; 186 extern const char kWebviewPartitions[];
186 extern const char kWhitelist[]; 187 extern const char kWhitelist[];
187 188
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 extern const char kWebRequestConflictsWithLazyBackground[]; 477 extern const char kWebRequestConflictsWithLazyBackground[];
477 #if defined(OS_CHROMEOS) 478 #if defined(OS_CHROMEOS)
478 extern const char kIllegalPlugins[]; 479 extern const char kIllegalPlugins[];
479 #endif 480 #endif
480 481
481 } // namespace manifest_errors 482 } // namespace manifest_errors
482 483
483 } // namespace extensions 484 } // namespace extensions
484 485
485 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_ 486 #endif // EXTENSIONS_COMMON_MANIFEST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « extensions/common/common_manifest_handlers.cc ('k') | extensions/common/manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698