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

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

Issue 1294243004: PlzNavigate: Make ServiceWorker work with PlzNavigate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a spot. Created 5 years, 3 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_entry_impl.h
diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
index 8aec8152ba7561bee1a805969ab86ce73b054a3b..3fc337cc09f9447423aaa9c7f4b61cb365081c6c 100644
--- a/content/browser/frame_host/navigation_entry_impl.h
+++ b/content/browser/frame_host/navigation_entry_impl.h
@@ -157,7 +157,8 @@ class CONTENT_EXPORT NavigationEntryImpl
bool intended_as_new_entry,
int pending_offset_to_send,
int current_offset_to_send,
- int current_length_to_send) const;
+ int current_length_to_send,
+ int service_worker_provider_id) const;
clamy 2015/10/02 10:34:44 See my comment on the previous patch set on why we
Fabrice (no longer in Chrome) 2015/10/02 16:37:34 Done.
// Once a navigation entry is committed, we should no longer track several
// pieces of non-persisted state, as documented on the members below.

Powered by Google App Engine
This is Rietveld 408576698