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

Unified Diff: third_party/WebKit/Source/core/loader/MixedContentChecker.h

Issue 2877893002: Make UseCounter take a LocaFrame instead of any Frame (Closed)
Patch Set: Fix compile 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/loader/MixedContentChecker.h
diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.h b/third_party/WebKit/Source/core/loader/MixedContentChecker.h
index f514a8b61ab357763ff692d936450b4c3bdc9b55..d24823d9184336e468aa2183b731d6039e95c489 100644
--- a/third_party/WebKit/Source/core/loader/MixedContentChecker.h
+++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.h
@@ -122,7 +122,8 @@ class CORE_EXPORT MixedContentChecker final {
static Frame* InWhichFrameIsContentMixed(Frame*,
WebURLRequest::FrameType,
- const KURL&);
+ const KURL&,
+ const LocalFrame*);
static void LogToConsoleAboutFetch(LocalFrame*,
const KURL&,
@@ -134,7 +135,7 @@ class CORE_EXPORT MixedContentChecker final {
const KURL&,
const KURL&,
bool allowed);
- static void Count(Frame*, WebURLRequest::RequestContext);
+ static void Count(Frame*, WebURLRequest::RequestContext, const LocalFrame*);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.cpp ('k') | third_party/WebKit/Source/core/loader/MixedContentChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698