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

Unified Diff: chrome/browser/extensions/api/cast_streaming/performance_test.cc

Issue 557833002: Cast: Make performance test work again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/cast_streaming/performance_test.cc
diff --git a/chrome/browser/extensions/api/cast_streaming/performance_test.cc b/chrome/browser/extensions/api/cast_streaming/performance_test.cc
index 4d12f4993a2c3bc993d865792aa691657d8ce177..4881e3d3263d380aa958732a6939e98835f77826 100644
--- a/chrome/browser/extensions/api/cast_streaming/performance_test.cc
+++ b/chrome/browser/extensions/api/cast_streaming/performance_test.cc
@@ -634,7 +634,7 @@ class CastV2PerformanceTest
MeanAndError frame_data = AnalyzeTraceDistance(
analyzer.get(),
- "OnSwapCompositorFrame");
+ TRACE_DISABLED_BY_DEFAULT("OnSwapCompositorFrame"));
EXPECT_GT(frame_data.num_values, 0UL);
// Lower is better.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698