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

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

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_constants.h" 5 #include "chrome/common/extensions/extension_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* kApp = "app"; 10 const char* kApp = "app";
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 325
326 // The file to write our decoded message catalogs to, relative to the 326 // The file to write our decoded message catalogs to, relative to the
327 // extension_path. 327 // extension_path.
328 const char* kDecodedMessageCatalogsFilename = "DECODED_MESSAGE_CATALOGS"; 328 const char* kDecodedMessageCatalogsFilename = "DECODED_MESSAGE_CATALOGS";
329 } 329 }
330 330
331 namespace extension_misc { 331 namespace extension_misc {
332 const char* kBookmarkManagerId = "eemcgdkfndhakfknompkggombfjjjeno"; 332 const char* kBookmarkManagerId = "eemcgdkfndhakfknompkggombfjjjeno";
333 const char* kWebStoreAppId = "ahfgeienlihckogmohjhadlkjgocpleb"; 333 const char* kWebStoreAppId = "ahfgeienlihckogmohjhadlkjgocpleb";
334 const char* kAppsPromoHistogram = "Extensions.AppsPromo"; 334 const char* kAppsPromoHistogram = "Extensions.AppsPromo";
335 #if defined(OS_CHROMEOS)
336 const char* kAccessExtensionPath =
337 "/usr/share/chromeos-assets/accessibility/extensions";
338 #endif
335 } 339 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698