Index: third_party/WebKit/Source/core/loader/DocumentLoader.h |
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
index 9bf58f7ff85cd132f6499c7539c56571fa8f6612..a8b42166f3bd5ac40de224ee472283b932e10ed0 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.h |
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h |
@@ -113,6 +113,8 @@ public: |
NavigationType getNavigationType() const { return m_navigationType; } |
void setNavigationType(NavigationType navigationType) { m_navigationType = navigationType; } |
+ void upgradeInsecureRequest(); |
+ |
void startLoadingMainResource(); |
void acceptDataFromThreadedReceiver(const char* data, int dataLength, int encodedDataLength); |