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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2901223003: PlzNavigate: Fix wrong SourceLocation. (Closed)
Patch Set: Rebase + Fix conflicts. Created 3 years, 7 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: third_party/WebKit/Source/core/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index 58be94cf270800ab8129494fa7a49b932a905da2..76b023fc1e20c7fa7f6a4397cac74d9447f08ac6 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -120,6 +120,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual NavigationPolicy DecidePolicyForNavigation(
const ResourceRequest&,
+ Document* origin_document,
DocumentLoader*,
NavigationType,
NavigationPolicy,

Powered by Google App Engine
This is Rietveld 408576698