diff options
Diffstat (limited to 'chrome/browser/extensions/extensions_service.h')
-rw-r--r-- | chrome/browser/extensions/extensions_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h index 5c08685..64d2e55 100644 --- a/chrome/browser/extensions/extensions_service.h +++ b/chrome/browser/extensions/extensions_service.h @@ -141,7 +141,7 @@ class ExtensionsServiceBackend private: // Load a single extension from |extension_path|, the top directory of // a specific extension where its manifest file lives. - Extension* LoadExtension(const FilePath& extension_path); + Extension* LoadExtension(const FilePath& extension_path, bool require_id); // Load a single extension from |extension_path|, the top directory of // a versioned extension where its Current Version file lives. |