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

Unified Diff: content/common/resource_dispatcher_unittest.cc

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes 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
« no previous file with comments | « content/common/resource_dispatcher_dummy.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_dispatcher_unittest.cc
diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc
index 9633cf001d3cffec07aa86732aafb106cff23f94..659537e8b1bf9524ab607ec5be973a0f2e4c32ea 100644
--- a/content/common/resource_dispatcher_unittest.cc
+++ b/content/common/resource_dispatcher_unittest.cc
@@ -160,7 +160,7 @@ class ResourceDispatcherTest : public testing::Test,
request_info.appcache_host_id = appcache::kNoHostId;
request_info.routing_id = 0;
- return dispatcher_->CreateBridge(request_info, -1, -1);
+ return dispatcher_->CreateBridge(request_info);
}
std::vector<IPC::Message> message_queue_;
« no previous file with comments | « content/common/resource_dispatcher_dummy.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698