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

Unified Diff: tools/telemetry/telemetry/user_story/__init__.py

Issue 838253005: Refactor serving_dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed import. Created 5 years, 9 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/user_story/__init__.py
diff --git a/tools/telemetry/telemetry/user_story/__init__.py b/tools/telemetry/telemetry/user_story/__init__.py
index 4b03f4326b574b9cf902cb8f3fc75cadb98ba0b4..663b89e3db9729bdc99a4061ad4a1fbfda7923f5 100644
--- a/tools/telemetry/telemetry/user_story/__init__.py
+++ b/tools/telemetry/telemetry/user_story/__init__.py
@@ -99,5 +99,13 @@ class UserStory(object):
return self._is_local
@property
+ def serving_dir(self):
+ """Returns the absolute path to a directory with hash files to data that
+ should be updated from cloud storage, or None if no files need to be
+ updated.
+ """
+ return None
+
+ @property
def make_javascript_deterministic(self):
return self._make_javascript_deterministic

Powered by Google App Engine
This is Rietveld 408576698