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

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

Issue 1127263004: Use the same version of Chrome Connectivity Diagnostics for Kiosk mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 extern const char kChromeVoxManifestFilename[]; 196 extern const char kChromeVoxManifestFilename[];
197 // Name of ChromeVox guest manifest file. 197 // Name of ChromeVox guest manifest file.
198 extern const char kChromeVoxGuestManifestFilename[]; 198 extern const char kChromeVoxGuestManifestFilename[];
199 // Extension id, path (relative to |chrome::DIR_RESOURCES|) and IME engine 199 // Extension id, path (relative to |chrome::DIR_RESOURCES|) and IME engine
200 // id for the builtin-in Braille IME extension. 200 // id for the builtin-in Braille IME extension.
201 extern const char kBrailleImeExtensionId[]; 201 extern const char kBrailleImeExtensionId[];
202 extern const char kBrailleImeExtensionPath[]; 202 extern const char kBrailleImeExtensionPath[];
203 extern const char kBrailleImeEngineId[]; 203 extern const char kBrailleImeEngineId[];
204 // Path to preinstalled Connectivity Diagnostics extension. 204 // Path to preinstalled Connectivity Diagnostics extension.
205 extern const char kConnectivityDiagnosticsPath[]; 205 extern const char kConnectivityDiagnosticsPath[];
206 extern const char kConnectivityDiagnosticsKioskPath[];
207 extern const char kConnectivityDiagnosticsLauncherPath[]; 206 extern const char kConnectivityDiagnosticsLauncherPath[];
208 // The extension id of the first run dialog application. 207 // The extension id of the first run dialog application.
209 extern const char kFirstRunDialogId[]; 208 extern const char kFirstRunDialogId[];
210 // Path to preinstalled speech synthesis extension. 209 // Path to preinstalled speech synthesis extension.
211 extern const char kSpeechSynthesisExtensionPath[]; 210 extern const char kSpeechSynthesisExtensionPath[];
212 // The extension id of the speech synthesis extension. 211 // The extension id of the speech synthesis extension.
213 extern const char kSpeechSynthesisExtensionId[]; 212 extern const char kSpeechSynthesisExtensionId[];
214 // The extension id of the wallpaper manager application. 213 // The extension id of the wallpaper manager application.
215 extern const char kWallpaperManagerId[]; 214 extern const char kWallpaperManagerId[];
216 // The app id of the webstore widget component app. 215 // The app id of the webstore widget component app.
(...skipping 25 matching lines...) Expand all
242 // The path part of the file system url used for media file systems. 241 // The path part of the file system url used for media file systems.
243 extern const char kMediaFileSystemPathPart[]; 242 extern const char kMediaFileSystemPathPart[];
244 243
245 // The key used for signing some pieces of data from the webstore. 244 // The key used for signing some pieces of data from the webstore.
246 extern const uint8 kWebstoreSignaturesPublicKey[]; 245 extern const uint8 kWebstoreSignaturesPublicKey[];
247 extern const int kWebstoreSignaturesPublicKeySize; 246 extern const int kWebstoreSignaturesPublicKeySize;
248 247
249 } // namespace extension_misc 248 } // namespace extension_misc
250 249
251 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_ 250 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/screens/error_screen.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698