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

Unified Diff: content/browser/frame_host/navigator.cc

Issue 1257553002: [Proof-of-concept] PlzNavigate and Service Worker Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass navigation_provider_id Created 5 years, 5 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/navigator.cc
diff --git a/content/browser/frame_host/navigator.cc b/content/browser/frame_host/navigator.cc
index ba3892ede0300fd77a1054be09447176eeed0c98..e106117561c417aad6d2a46a8690728127363f38 100644
--- a/content/browser/frame_host/navigator.cc
+++ b/content/browser/frame_host/navigator.cc
@@ -39,7 +39,7 @@ void Navigator::OnBeginNavigation(
void Navigator::CommitNavigation(FrameTreeNode* frame_tree_node,
ResourceResponse* response,
- scoped_ptr<StreamHandle> body) {
-}
+ scoped_ptr<StreamHandle> body,
+ int navigation_provider_id) {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698