Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebMixedContent.h |
| diff --git a/third_party/WebKit/public/platform/WebMixedContent.h b/third_party/WebKit/public/platform/WebMixedContent.h |
| index e263e5c2c8b931f4c7a59a56727c25b768ffc3fe..118c2633006534b6cbd2de2343a1807914c0b4fc 100644 |
| --- a/third_party/WebKit/public/platform/WebMixedContent.h |
| +++ b/third_party/WebKit/public/platform/WebMixedContent.h |
| @@ -48,9 +48,6 @@ class WebMixedContent { |
| BLINK_PLATFORM_EXPORT static ContextType contextTypeFromRequestContext( |
|
jam
2017/01/06 04:49:40
we should separate this static method into a diffe
carlosk
2017/01/10 02:10:44
Done.
|
| WebURLRequest::RequestContext, |
| bool strictMixedContentCheckingForPlugin); |
| - |
| - BLINK_PLATFORM_EXPORT static const char* requestContextName( |
| - WebURLRequest::RequestContext); |
| }; |
| } // namespace blink |