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

Unified Diff: tools/telemetry/telemetry/core/browser.py

Issue 14359012: Telemetry: Add option to create a dirty profile as part of a test run (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitespace fixes Created 7 years, 8 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: tools/telemetry/telemetry/core/browser.py
diff --git a/tools/telemetry/telemetry/core/browser.py b/tools/telemetry/telemetry/core/browser.py
index 2ce14bace5b624c36e79f46e0a4a817ac7455aca..8411ca66ff8bc21e554157c3ee86f782c0246fcb 100644
--- a/tools/telemetry/telemetry/core/browser.py
+++ b/tools/telemetry/telemetry/core/browser.py
@@ -78,6 +78,10 @@ class Browser(object):
return self._extensions
@property
+ def profile_directory(self):
nduca 2013/04/26 20:09:36 we shouldn't let people see where the profile dir
+ return self._browser_backend.profile_directory
+
+ @property
def supports_tracing(self):
return self._browser_backend.supports_tracing

Powered by Google App Engine
This is Rietveld 408576698