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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2924293002: PlzNavigate: Fix wrong SourceLocation. (Closed)
Patch Set: Created 3 years, 6 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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 9cffed08b761bdfc94a30faa8c56384c1b7f087f..372e3a94c66e243aed32dcdeb5049cf05aeacfc9 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -107,6 +107,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void DispatchDidChangeThemeColor() override;
NavigationPolicy DecidePolicyForNavigation(
const ResourceRequest&,
+ Document* origin_document,
DocumentLoader*,
NavigationType,
NavigationPolicy,
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698