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

Unified Diff: content/browser/service_worker/service_worker_controllee_request_handler.h

Issue 1280133002: Set skip_service_worker in ServiceWorkerControlleeRequestHandler only for subresource requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add .h file. fix comment Created 5 years, 4 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 | « no previous file | content/browser/service_worker/service_worker_controllee_request_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_controllee_request_handler.h
diff --git a/content/browser/service_worker/service_worker_controllee_request_handler.h b/content/browser/service_worker/service_worker_controllee_request_handler.h
index ecc554a50dc29fa5961a53598011c63c393c8c61..6426e05958b4e51470038d0722ebc11074548ecc 100644
--- a/content/browser/service_worker/service_worker_controllee_request_handler.h
+++ b/content/browser/service_worker/service_worker_controllee_request_handler.h
@@ -68,6 +68,8 @@ class CONTENT_EXPORT ServiceWorkerControlleeRequestHandler
// For sub resource case.
void PrepareForSubResource();
+ void FallbackToNetwork();
+
bool is_main_resource_load_;
scoped_refptr<ServiceWorkerURLRequestJob> job_;
FetchRequestMode request_mode_;
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_controllee_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698