summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/chrome_plugin_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_plugin_unittest.cc b/chrome/common/chrome_plugin_unittest.cc
index 521552b..b9aac5d 100644
--- a/chrome/common/chrome_plugin_unittest.cc
+++ b/chrome/common/chrome_plugin_unittest.cc
@@ -30,6 +30,7 @@ class ChromePluginTest : public testing::Test, public URLRequest::Delegate {
plugin_(NULL),
expected_payload_(NULL),
request_context_(new TestURLRequestContext()) {
+ test_funcs_.test_make_request = NULL;
}
// Loads/unloads the chrome test plugin.