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

Unified Diff: chrome/common/extensions/extension_unpacker.cc

Issue 6766002: Replace bools in extension creation with flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing 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_unpacker.cc
diff --git a/chrome/common/extensions/extension_unpacker.cc b/chrome/common/extensions/extension_unpacker.cc
index 39ea38dd52d7662209daf1a07671d4adc8d303cf..3561b6a91e91ba9b1b50fa9a565db425f73e22b1 100644
--- a/chrome/common/extensions/extension_unpacker.cc
+++ b/chrome/common/extensions/extension_unpacker.cc
@@ -180,8 +180,7 @@ bool ExtensionUnpacker::Run() {
temp_install_dir_,
Extension::INVALID,
*parsed_manifest_,
- false, // Do not require a key
- false, // Do not enable strict error checks
+ Extension::NO_FLAGS,
&error));
if (!extension.get()) {
SetError(error);
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/test/live_sync/live_extensions_sync_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698