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

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

Issue 743273002: Various changes required to support ChromeVox Next to read Views and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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
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_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 extern const char kChromeVoxExtensionId[]; 199 extern const char kChromeVoxExtensionId[];
200 200
201 #if defined(OS_CHROMEOS) 201 #if defined(OS_CHROMEOS)
202 // Path to preinstalled ChromeVox screen reader extension (relative to 202 // Path to preinstalled ChromeVox screen reader extension (relative to
203 // |chrome::DIR_RESOURCES|). 203 // |chrome::DIR_RESOURCES|).
204 extern const char kChromeVoxExtensionPath[]; 204 extern const char kChromeVoxExtensionPath[];
205 // Name of ChromeVox manifest file. 205 // Name of ChromeVox manifest file.
206 extern const char kChromeVoxManifestFilename[]; 206 extern const char kChromeVoxManifestFilename[];
207 // Name of ChromeVox guest manifest file. 207 // Name of ChromeVox guest manifest file.
208 extern const char kChromeVoxGuestManifestFilename[]; 208 extern const char kChromeVoxGuestManifestFilename[];
209 // Name of ChromeVox next manifest file.
210 extern const char kChromeVoxNextManifestFilename[];
211 // Name of ChromeVox next guest manifest file.
212 extern const char kChromeVoxNextGuestManifestFilename[];
213 // Extension id, path (relative to |chrome::DIR_RESOURCES|) and IME engine 209 // Extension id, path (relative to |chrome::DIR_RESOURCES|) and IME engine
214 // id for the builtin-in Braille IME extension. 210 // id for the builtin-in Braille IME extension.
215 extern const char kBrailleImeExtensionId[]; 211 extern const char kBrailleImeExtensionId[];
216 extern const char kBrailleImeExtensionPath[]; 212 extern const char kBrailleImeExtensionPath[];
217 extern const char kBrailleImeEngineId[]; 213 extern const char kBrailleImeEngineId[];
218 // Path to preinstalled Connectivity Diagnostics extension. 214 // Path to preinstalled Connectivity Diagnostics extension.
219 extern const char kConnectivityDiagnosticsPath[]; 215 extern const char kConnectivityDiagnosticsPath[];
220 extern const char kConnectivityDiagnosticsKioskPath[]; 216 extern const char kConnectivityDiagnosticsKioskPath[];
221 extern const char kConnectivityDiagnosticsLauncherPath[]; 217 extern const char kConnectivityDiagnosticsLauncherPath[];
222 // Path to preinstalled speech synthesis extension. 218 // Path to preinstalled speech synthesis extension.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 // The path part of the file system url used for media file systems. 250 // The path part of the file system url used for media file systems.
255 extern const char kMediaFileSystemPathPart[]; 251 extern const char kMediaFileSystemPathPart[];
256 252
257 // The key used for signing some pieces of data from the webstore. 253 // The key used for signing some pieces of data from the webstore.
258 extern const uint8 kWebstoreSignaturesPublicKey[]; 254 extern const uint8 kWebstoreSignaturesPublicKey[];
259 extern const int kWebstoreSignaturesPublicKeySize; 255 extern const int kWebstoreSignaturesPublicKeySize;
260 256
261 } // namespace extension_misc 257 } // namespace extension_misc
262 258
263 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 259 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698