| Index: chrome/browser/extensions/extensions_service.h
|
| diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
|
| index 5c086857ec77d874d5cc6389b39fb82a4e2c960c..64d2e5537beb091862fb2948e44b646a38115948 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.
|
|
|