Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7115)

Unified Diff: chrome/common/extensions/extension_file_util.h

Issue 6766002: Replace bools in extension creation with flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698