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

Unified Diff: content/test/gpu/gpu_tests/trace_test.py

Issue 2100253002: [telemetry] Replace enable_logging usage with logging_verbosity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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: content/test/gpu/gpu_tests/trace_test.py
diff --git a/content/test/gpu/gpu_tests/trace_test.py b/content/test/gpu/gpu_tests/trace_test.py
index 44d235a552e205625823197cd0b926588a86f02e..bdfcb560a5f3f51bc26888983089166e5504a8ec 100644
--- a/content/test/gpu/gpu_tests/trace_test.py
+++ b/content/test/gpu/gpu_tests/trace_test.py
@@ -111,7 +111,7 @@ class TraceTest(TraceTestBase):
return trace_test_expectations.TraceTestExpectations()
def CustomizeBrowserOptions(self, options):
- options.enable_logging = True
+ options.logging_verbosity = options.VERBOSE_LOGGING
class DeviceTraceTest(TraceTestBase):
« 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