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

Unified Diff: content/browser/frame_host/navigation_request_info.h

Issue 1399363004: PlzNavigate: Make ServiceWorker work with PlzNavigate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Kinuko's comments Created 5 years, 2 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: content/browser/frame_host/navigation_request_info.h
diff --git a/content/browser/frame_host/navigation_request_info.h b/content/browser/frame_host/navigation_request_info.h
index fc10074e04bd57b9466bbd38976463b504c59c7a..f63db7738d3cbea252d2c2af181a62149346930b 100644
--- a/content/browser/frame_host/navigation_request_info.h
+++ b/content/browser/frame_host/navigation_request_info.h
@@ -42,7 +42,6 @@ struct CONTENT_EXPORT NavigationRequestInfo {
const bool parent_is_main_frame;
const int frame_tree_node_id;
- int service_worker_provider_id;
scoped_refptr<ResourceRequestBody> request_body;
};

Powered by Google App Engine
This is Rietveld 408576698