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

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

Issue 8423003: Enable experimental permissions for extensions from the store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile warning Created 9 years, 2 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
« no previous file with comments | « chrome/common/extensions/extension_unpacker.cc ('k') | chrome/test/data/extensions/experimental.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_unpacker_unittest.cc
diff --git a/chrome/common/extensions/extension_unpacker_unittest.cc b/chrome/common/extensions/extension_unpacker_unittest.cc
index e53b5afb5be0f17371b81d3ad94a44b14a7e1225..e86007b82dd6836bc6bee496756999533d6e6681 100644
--- a/chrome/common/extensions/extension_unpacker_unittest.cc
+++ b/chrome/common/extensions/extension_unpacker_unittest.cc
@@ -35,7 +35,9 @@ public:
"Original path " << original_path.value() <<
", Crx path " << crx_path.value();
- unpacker_.reset(new ExtensionUnpacker(crx_path));
+ unpacker_.reset(
+ new ExtensionUnpacker(
+ crx_path, Extension::INTERNAL, Extension::NO_FLAGS));
}
protected:
« no previous file with comments | « chrome/common/extensions/extension_unpacker.cc ('k') | chrome/test/data/extensions/experimental.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698