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

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

Issue 2625633002: Supporting changes in preparation of browser side mixed content checking. (Closed)
Patch Set: Address code review comments. Created 3 years, 11 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 b1100e79ab882ec943879713013455ee27fcc21d..33e8a1a82f912cf420a7de0e7aa3d51d85ed4f20 100644
--- a/third_party/WebKit/Source/core/loader/MixedContentChecker.h
+++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.h
@@ -35,7 +35,7 @@
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "platform/network/ResourceRequest.h"
-#include "public/platform/WebMixedContent.h"
+#include "public/platform/WebMixedContentContextType.h"
#include "public/platform/WebURLRequest.h"
#include "wtf/text/WTFString.h"
@@ -80,7 +80,7 @@ class CORE_EXPORT MixedContentChecker final {
static void checkMixedPrivatePublic(LocalFrame*,
const AtomicString& resourceIPAddress);
- static WebMixedContent::ContextType contextTypeForInspector(
+ static WebMixedContentContextType contextTypeForInspector(
LocalFrame*,
const ResourceRequest&);

Powered by Google App Engine
This is Rietveld 408576698