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

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: Created 5 years, 11 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..0f573e59d21562975bddd1f4720b5b0fd65852a2 100644
--- a/tools/telemetry/telemetry/user_story/__init__.py
+++ b/tools/telemetry/telemetry/user_story/__init__.py
@@ -99,5 +99,12 @@ 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."""
nednguyen 2015/02/03 18:03:55 Nits: the close """ should be on the next line.
aiolos (Not reviewing) 2015/02/19 21:29:38 Done.
+ return None
+
+ @property
def make_javascript_deterministic(self):
return self._make_javascript_deterministic

Powered by Google App Engine
This is Rietveld 408576698