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

Unified Diff: third_party/WebKit/Source/platform/exported/WebMixedContent.cpp

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (Closed)
Patch Set: Created 4 years, 2 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/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;

Powered by Google App Engine
This is Rietveld 408576698