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

Unified Diff: appengine/findit/crash/stacktrace_parser.py

Issue 1950123003: [Findit] Fetch DEPS from buildspec/ instead of trunk for chrome official builds. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update doc string. Created 4 years, 7 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: appengine/findit/crash/stacktrace_parser.py
diff --git a/appengine/findit/crash/stacktrace_parser.py b/appengine/findit/crash/stacktrace_parser.py
index cb37490bafd36741eebada98b9401e182c0cbb52..7a5d0914aa32e3dc28afceea78abd0cd66551653 100644
--- a/appengine/findit/crash/stacktrace_parser.py
+++ b/appengine/findit/crash/stacktrace_parser.py
@@ -5,7 +5,7 @@
class StacktraceParser(object):
- def Parse(self, stacktrace_string, deps):
+ def Parse(self, stacktrace_string, deps, signature=None):
raise NotImplementedError()
def _IsStartOfNewCallStack(self, line):
« no previous file with comments | « appengine/findit/crash/scorers/test/aggregator_test.py ('k') | appengine/findit/crash/test/callstack_filters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698