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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2745363004: PlzNavigate: send SourceLocation when mixed content is found (Closed)
Patch Set: Addressed nits Created 3 years, 9 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/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 6d1beeed3363daa3d5c7272f51c45cb47efb6448..895672ce29ebbd5a5b81a47ddf9c9ac0edffb855 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -40,6 +40,7 @@ struct WebConsoleMessage;
struct WebFindOptions;
struct WebFloatRect;
struct WebPrintPresetOptions;
+struct WebSourceLocation;
// Interface for interacting with in process frames. This contains methods that
// require interacting with a frame's document.
@@ -192,7 +193,8 @@ class WebLocalFrame : public WebFrame {
const WebURL& mixedContentUrl,
WebURLRequest::RequestContext,
bool wasAllowed,
- bool hadRedirect) = 0;
+ bool hadRedirect,
+ const WebSourceLocation&) = 0;
// Orientation Changes ----------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698