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

Unified Diff: telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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: telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py
diff --git a/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py b/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py
index 7d39a9e3be919f5e2c52bca32aea908f53eb1132..388c121601353c7d08ced1de6ddc4f1489643376 100644
--- a/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py
+++ b/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py
@@ -90,8 +90,7 @@ class ChromeTracingAgentTest(unittest.TestCase):
agent = chrome_tracing_agent.ChromeTracingAgent(platform_backend)
config = tracing_config.TracingConfig()
config.enable_chrome_trace = enable_chrome_trace
- config.chrome_trace_config.tracing_category_filter.AddIncludedCategory(
- 'foo')
+ config.chrome_trace_config.category_filter.AddIncludedCategory('foo')
agent._platform_backend.tracing_controller_backend.is_tracing_running = True
agent._test_config = config
agent.StartAgentTracing(config, 10)

Powered by Google App Engine
This is Rietveld 408576698