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

Unified Diff: chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc

Issue 9150016: Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/browser/extensions/sandboxed_extension_unpacker_unittest.cc
===================================================================
--- chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc (revision 116798)
+++ chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc (working copy)
@@ -100,8 +100,9 @@
ASSERT_TRUE(file_util::CreateDirectory(temp_path_));
sandboxed_unpacker_ =
- new SandboxedExtensionUnpacker(crx_path, NULL, Extension::INTERNAL,
+ new SandboxedExtensionUnpacker(crx_path, Extension::INTERNAL,
Extension::NO_FLAGS, client_);
+ sandboxed_unpacker_->set_use_utility_process(true);
// Hack since SandboxedExtensionUnpacker gets its background thread id from
// the Start call, but we don't call it here.

Powered by Google App Engine
This is Rietveld 408576698