| Index: chrome/browser/extensions/extension_file_util.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_file_util.h (revision 24127)
|
| +++ chrome/browser/extensions/extension_file_util.h (working copy)
|
| @@ -66,7 +66,8 @@
|
|
|
| // Loads and validates an extension from the specified directory. Returns NULL
|
| // on failure, with a description of the error in |error|.
|
| -Extension* LoadExtension(const FilePath& extension_root, bool require_key,
|
| +Extension* LoadExtension(const FilePath& extension_root,
|
| + bool require_key,
|
| std::string* error);
|
|
|
| // Returns true if the given extension object is valid and consistent.
|
|
|