Index: chrome/browser/extensions/extension_service.h |
=================================================================== |
--- chrome/browser/extensions/extension_service.h (revision 71755) |
+++ chrome/browser/extensions/extension_service.h (working copy) |
@@ -123,6 +123,10 @@ |
// installed to. |
static const char* kInstallDirectoryName; |
+ // The name of the directory inside the profile where access extensions are |
+ // installed to. |
+ static const char* kAccessibilityInstallDirectoryName; |
+ |
// If auto-updates are turned on, default to running every 5 hours. |
static const int kDefaultUpdateFrequencySeconds = 60 * 60 * 5; |