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

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

Issue 779103002: Revert of 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: 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[];
209 // Extension id, path (relative to |chrome::DIR_RESOURCES|) and IME engine 213 // Extension id, path (relative to |chrome::DIR_RESOURCES|) and IME engine
210 // id for the builtin-in Braille IME extension. 214 // id for the builtin-in Braille IME extension.
211 extern const char kBrailleImeExtensionId[]; 215 extern const char kBrailleImeExtensionId[];
212 extern const char kBrailleImeExtensionPath[]; 216 extern const char kBrailleImeExtensionPath[];
213 extern const char kBrailleImeEngineId[]; 217 extern const char kBrailleImeEngineId[];
214 // Path to preinstalled Connectivity Diagnostics extension. 218 // Path to preinstalled Connectivity Diagnostics extension.
215 extern const char kConnectivityDiagnosticsPath[]; 219 extern const char kConnectivityDiagnosticsPath[];
216 extern const char kConnectivityDiagnosticsKioskPath[]; 220 extern const char kConnectivityDiagnosticsKioskPath[];
217 extern const char kConnectivityDiagnosticsLauncherPath[]; 221 extern const char kConnectivityDiagnosticsLauncherPath[];
218 // Path to preinstalled speech synthesis extension. 222 // Path to preinstalled speech synthesis extension.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 // The path part of the file system url used for media file systems. 254 // The path part of the file system url used for media file systems.
251 extern const char kMediaFileSystemPathPart[]; 255 extern const char kMediaFileSystemPathPart[];
252 256
253 // The key used for signing some pieces of data from the webstore. 257 // The key used for signing some pieces of data from the webstore.
254 extern const uint8 kWebstoreSignaturesPublicKey[]; 258 extern const uint8 kWebstoreSignaturesPublicKey[];
255 extern const int kWebstoreSignaturesPublicKeySize; 259 extern const int kWebstoreSignaturesPublicKeySize;
256 260
257 } // namespace extension_misc 261 } // namespace extension_misc
258 262
259 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 263 #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