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

Unified Diff: trunk/src/webkit/browser/appcache/appcache_storage_impl_unittest.cc

Issue 197463003: Revert 256579 "Allow the content browser client to specify a spe..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
Index: trunk/src/webkit/browser/appcache/appcache_storage_impl_unittest.cc
===================================================================
--- trunk/src/webkit/browser/appcache/appcache_storage_impl_unittest.cc (revision 256581)
+++ trunk/src/webkit/browser/appcache/appcache_storage_impl_unittest.cc (working copy)
@@ -1746,7 +1746,7 @@
AppCacheHost* host2 = backend_->GetHost(2);
GURL manifest_url = MockHttpServer::GetMockUrl("manifest");
request_ = service()->request_context()->CreateRequest(
- manifest_url, net::DEFAULT_PRIORITY, NULL, NULL);
+ manifest_url, net::DEFAULT_PRIORITY, NULL);
AppCacheInterceptor::SetExtraRequestInfo(
request_.get(), service_.get(),
backend_->process_id(), host2->host_id(),
« no previous file with comments | « trunk/src/remoting/host/token_validator_factory_impl.cc ('k') | trunk/src/webkit/browser/appcache/appcache_update_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698