Index: chrome/common/extensions/extension_file_util.h |
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h |
index 066ee804c7450156abc29b92b2acc647a6bec27b..114549f7bffbf2dd59487d5365cf06a55adeb0b6 100644 |
--- a/chrome/common/extensions/extension_file_util.h |
+++ b/chrome/common/extensions/extension_file_util.h |
@@ -39,8 +39,7 @@ void UninstallExtension(const FilePath& extensions_dir, |
// on failure, with a description of the error in |error|. |
scoped_refptr<Extension> LoadExtension(const FilePath& extension_root, |
Extension::Location location, |
- bool require_key, |
- bool strict_error_checks, |
+ int flags, |
std::string* error); |
// Returns true if the given extension object is valid and consistent. |