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

Unified Diff: content/browser/appcache/appcache_storage_impl_unittest.cc

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years 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: content/browser/appcache/appcache_storage_impl_unittest.cc
diff --git a/content/browser/appcache/appcache_storage_impl_unittest.cc b/content/browser/appcache/appcache_storage_impl_unittest.cc
index 9d815d54d7c78c71373ef56f68078bd6c2d8a8ab..b754546fd7228d0b7a043939d8bb3e3d452af082 100644
--- a/content/browser/appcache/appcache_storage_impl_unittest.cc
+++ b/content/browser/appcache/appcache_storage_impl_unittest.cc
@@ -1773,10 +1773,8 @@ class AppCacheStorageImplTest : public testing::Test {
request_ = service()->request_context()->CreateRequest(
manifest_url, net::DEFAULT_PRIORITY, &request_delegate_);
AppCacheInterceptor::SetExtraRequestInfo(
- request_.get(), service_.get(),
- backend_->process_id(), host2->host_id(),
- RESOURCE_TYPE_MAIN_FRAME,
- false);
+ request_.get(), service_.get(), backend_->process_id(),
+ host2->host_id(), RESOURCE_TYPE_MAIN_FRAME, false);
request_->Start();
}
« no previous file with comments | « content/browser/appcache/appcache_navigation_handle_core.cc ('k') | content/browser/frame_host/navigation_handle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698