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

Unified Diff: third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp

Issue 2383403002: Reflow comments in core/loader (Closed)
Patch Set: yhirano comments 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/core/loader/LinkLoaderTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
index e23faa2ec250a423e1c548b620e52ea59540c7d8..a8837a487ac7b24d4df1b0c105bd02cf8ad273f1 100644
--- a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
+++ b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
@@ -95,7 +95,8 @@ TEST(LinkLoaderTest, Preload) {
{"http://example.test/cat.css", "style", "", "",
ResourceLoadPriorityVeryHigh, WebURLRequest::RequestContextStyle, true,
true},
- // TODO(yoav): It doesn't seem like the audio context is ever used. That should probably be fixed (or we can consolidate audio and video).
+ // TODO(yoav): It doesn't seem like the audio context is ever used. That
+ // should probably be fixed (or we can consolidate audio and video).
{"http://example.test/cat.wav", "media", "", "", ResourceLoadPriorityLow,
WebURLRequest::RequestContextVideo, true, true},
{"http://example.test/cat.mp4", "media", "", "", ResourceLoadPriorityLow,
@@ -105,7 +106,8 @@ TEST(LinkLoaderTest, Preload) {
{"http://example.test/cat.woff", "font", "", "",
ResourceLoadPriorityVeryHigh, WebURLRequest::RequestContextFont, true,
true},
- // TODO(yoav): subresource should be *very* low priority (rather than low).
+ // TODO(yoav): subresource should be *very* low priority (rather than
+ // low).
{"http://example.test/cat.empty", "", "", "", ResourceLoadPriorityHigh,
WebURLRequest::RequestContextSubresource, true, true},
{"http://example.test/cat.blob", "blabla", "", "",
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('k') | third_party/WebKit/Source/core/loader/MixedContentChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698