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

Unified Diff: appengine/findit/common/chrome_dependency_fetcher.py

Issue 2613153006: [Predator] Add TouchCrashedFileMetaFeature. (Closed)
Patch Set: Add comments. Created 3 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
« no previous file with comments | « no previous file | appengine/findit/crash/crash_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/chrome_dependency_fetcher.py
diff --git a/appengine/findit/common/chrome_dependency_fetcher.py b/appengine/findit/common/chrome_dependency_fetcher.py
index 2d9e2f76800c77a13a98e852c549668e045bff61..b8874b0898af68bbfcdf9c16352a90df7f9609ca 100644
--- a/appengine/findit/common/chrome_dependency_fetcher.py
+++ b/appengine/findit/common/chrome_dependency_fetcher.py
@@ -100,7 +100,6 @@ class ChromeDependencyFetcher(object):
return dependencies
-
def GetDependencyRolls(self, old_cr_revision, new_cr_revision, platform,
skip_chromium_roll=True):
"""Returns a list of dependency rolls between the given Chromium revisions.
@@ -143,7 +142,6 @@ class ChromeDependencyFetcher(object):
return rolls
-
def GetDependencyRollsDict(self, old_cr_revision, new_cr_revision, platform):
"""Gets dep_path to DependencyRoll dictionary for deps between revisions.
« no previous file with comments | « no previous file | appengine/findit/crash/crash_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698