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

Unified Diff: content/browser/appcache/appcache_interceptor.h

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_interceptor.h
diff --git a/content/browser/appcache/appcache_interceptor.h b/content/browser/appcache/appcache_interceptor.h
index 9d1abc31b6abb1752e4770a6af551caae0934abc..2571b08e59083493299353481f81dc74ee128685 100644
--- a/content/browser/appcache/appcache_interceptor.h
+++ b/content/browser/appcache/appcache_interceptor.h
@@ -31,6 +31,7 @@ class CONTENT_EXPORT AppCacheInterceptor : public net::URLRequestInterceptor {
static void SetExtraRequestInfo(net::URLRequest* request,
AppCacheServiceImpl* service,
int process_id,
+ int frame_id,
int host_id,
ResourceType resource_type,
bool should_reset_appcache);

Powered by Google App Engine
This is Rietveld 408576698