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

Unified Diff: chrome/common/resource_dispatcher_unittest.cc

Issue 48038: SSL Fix: Step 3.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/common/resource_dispatcher.cc ('k') | chrome/plugin/chrome_plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/resource_dispatcher_unittest.cc
===================================================================
--- chrome/common/resource_dispatcher_unittest.cc (revision 11701)
+++ chrome/common/resource_dispatcher_unittest.cc (working copy)
@@ -155,8 +155,8 @@
TestRequestCallback callback;
ResourceLoaderBridge* bridge =
dispatcher_->CreateBridge("GET", GURL(test_page_url), GURL(test_page_url),
- GURL(), std::string(), 0, 0,
- ResourceType::SUB_RESOURCE, false, 0,
+ GURL(), "null", "null", std::string(), 0, 0,
+ ResourceType::SUB_RESOURCE, 0,
MSG_ROUTING_CONTROL);
bridge->Start(&callback);
« no previous file with comments | « chrome/common/resource_dispatcher.cc ('k') | chrome/plugin/chrome_plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698