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

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

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Add DCHECKs for PlzNavigate and fix a double Release problem which caused one unit_test to fail wit… Created 4 years, 1 month 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_host_unittest.cc
diff --git a/content/browser/appcache/appcache_host_unittest.cc b/content/browser/appcache/appcache_host_unittest.cc
index 1e19f2400fc4cc2cc6cbdfca286e3a344fc64286..cbd95603ff0403f0577613593d7cdeb95ddd1334 100644
--- a/content/browser/appcache/appcache_host_unittest.cc
+++ b/content/browser/appcache/appcache_host_unittest.cc
@@ -424,7 +424,7 @@ TEST_F(AppCacheHostTest, ForDedicatedWorker) {
const int kWorkerHostId = 2;
AppCacheBackendImpl backend_impl;
- backend_impl.Initialize(&service_, &mock_frontend_, kMockProcessId);
+ backend_impl.Initialize(&service_, &mock_frontend_, kMockProcessId, -1);
backend_impl.RegisterHost(kParentHostId);
backend_impl.RegisterHost(kWorkerHostId);

Powered by Google App Engine
This is Rietveld 408576698