diff options
Diffstat (limited to 'chrome/browser/extensions/extension_service.h')
-rw-r--r-- | chrome/browser/extensions/extension_service.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h index 6c6ad49..3c5b657 100644 --- a/chrome/browser/extensions/extension_service.h +++ b/chrome/browser/extensions/extension_service.h @@ -146,7 +146,8 @@ class ExtensionService const CommandLine* command_line, const FilePath& install_directory, ExtensionPrefs* extension_prefs, - bool autoupdate_enabled); + bool autoupdate_enabled, + bool extensions_enabled); // Gets the list of currently installed extensions. virtual const ExtensionList* extensions() const; |