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

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

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_impl.h
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
index 2d2e163ae8cf2ac53196ebd669a4f94bda6c7a86..316f0cacb99b629a45854a36d7ee13912351f6cf 100644
--- a/content/browser/frame_host/navigator_impl.h
+++ b/content/browser/frame_host/navigator_impl.h
@@ -78,7 +78,8 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
scoped_refptr<ResourceRequestBody> body) override;
void CommitNavigation(FrameTreeNode* frame_tree_node,
ResourceResponse* response,
- scoped_ptr<StreamHandle> body) override;
+ scoped_ptr<StreamHandle> body,
+ int navigation_provider_id) override;
void FailedNavigation(FrameTreeNode* frame_tree_node,
bool has_stale_copy_in_cache,
int error_code) override;

Powered by Google App Engine
This is Rietveld 408576698