| Index: third_party/WebKit/Source/platform/exported/WebMixedContent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebMixedContent.cpp b/third_party/WebKit/Source/platform/exported/WebMixedContent.cpp
|
| index a6bae850e091c30d4d6fda353d826154ed1207ac..d2d36418504951e4047f9f5e8ad71659fcf88734 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebMixedContent.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebMixedContent.cpp
|
| @@ -80,7 +80,8 @@ WebMixedContent::ContextType WebMixedContent::contextTypeFromRequestContext(
|
| case WebURLRequest::RequestContextXSLT:
|
| return ContextType::Blockable;
|
|
|
| - // FIXME: Contexts that we should block, but don't currently. https://crbug.com/388650
|
| + // FIXME: Contexts that we should block, but don't currently.
|
| + // https://crbug.com/388650
|
| case WebURLRequest::RequestContextDownload:
|
| case WebURLRequest::RequestContextPrefetch:
|
| return ContextType::ShouldBeBlockable;
|
|
|