diff options
Diffstat (limited to 'chromium/chrome/common/extensions/extension_constants.h')
-rw-r--r-- | chromium/chrome/common/extensions/extension_constants.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chromium/chrome/common/extensions/extension_constants.h b/chromium/chrome/common/extensions/extension_constants.h index 9d0940a4691..1858e695dd5 100644 --- a/chromium/chrome/common/extensions/extension_constants.h +++ b/chromium/chrome/common/extensions/extension_constants.h @@ -188,11 +188,15 @@ enum AppLaunchBucket { #if defined(OS_CHROMEOS) // The extension id of the Assessment Assistant extension. extern const char kAssessmentAssistantExtensionId[]; -// The extension id of the Automatic Clicks extension. -extern const char kAutoclickExtensionId[]; -// Path to preinstalled Automatic Clicks extension (relative to +// The extension id of the Accessibility Common extension. +extern const char kAccessibilityCommonExtensionId[]; +// Path to preinstalled Accessibility Common extension (relative to // |chrome::DIR_RESOURCES|). -extern const char kAutoclickExtensionPath[]; +extern const char kAccessibilityCommonExtensionPath[]; +// The manifest filename of the Accessibility Common extension. +extern const char kAccessibilityCommonManifestFilename[]; +// The guest manifest filename of the Accessibility Common extension. +extern const char kAccessibilityCommonGuestManifestFilename[]; // Path to preinstalled ChromeVox screen reader extension (relative to // |chrome::DIR_RESOURCES|). extern const char kChromeVoxExtensionPath[]; |