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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceTest.cpp

Issue 2393013002: reflow comments in core/{clipboard,streams,testing,timing} (Closed)
Patch Set: comments (heh!) 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/timing/PerformanceTest.cpp
diff --git a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
index 4b43d50cafeb8554e4e566be50a90e98cecaf1e6..b4eb55006e2fbbad22dfcf723ba430cff15dc2de 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
+++ b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
@@ -44,7 +44,8 @@ TEST_F(PerformanceTest, LongTaskObserverInstrumentation) {
m_performance->updateLongTaskInstrumentation();
EXPECT_TRUE(hasLongTaskInspectorAgent());
- // While LongTask observer is present, updateLongTaskInstrumentation has no effect.
+ // While LongTask observer is present, updateLongTaskInstrumentation has no
+ // effect.
m_performance->updateLongTaskInstrumentation();
EXPECT_TRUE(hasLongTaskInspectorAgent());

Powered by Google App Engine
This is Rietveld 408576698