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

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

Issue 2058973002: testing Base URL: https://chromium.googlesource.com/chromium/src.git@set_whitelist
Patch Set: rebase. Created 4 years, 6 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: 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 b70f29686d5f05b4952eab8d7b340f0473d91972..22c098a5b5f1df2524a613f701adb39e5a3f0e41 100644
--- a/chrome/browser/extensions/api/cast_streaming/performance_test.cc
+++ b/chrome/browser/extensions/api/cast_streaming/performance_test.cc
@@ -603,8 +603,8 @@ class CastV2PerformanceTest
}
std::string json_events;
- ASSERT_TRUE(tracing::BeginTracing(
- "test_fps,mirroring,gpu.capture,cast_perf_test"));
+ ASSERT_TRUE(tracing::BeginTracing(base::trace_event::TraceConfig(
+ "test_fps,mirroring,gpu.capture,cast_perf_test", "")));
const std::string page_url = base::StringPrintf(
"performance%d.html?port=%d",
getfps(),
« no previous file with comments | « base/trace_event/trace_config_unittest.cc ('k') | chrome/browser/extensions/api/tab_capture/tab_capture_performancetest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698