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

Unified Diff: appengine/findit/model/crash/chrome_crash_analysis.py

Issue 2391823006: [Findit] Add iterator and crash_iterator for delta test (Closed)
Patch Set: Update doc strings. Created 4 years, 2 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/model/crash/test/chrome_crash_analysis_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/crash/chrome_crash_analysis.py
diff --git a/appengine/findit/model/crash/chrome_crash_analysis.py b/appengine/findit/model/crash/chrome_crash_analysis.py
index 8e6bd44e4190ba40845d0193356f951a8da54406..fed1df2cfa3c7fac64d102381bebc2c2da1ce50f 100644
--- a/appengine/findit/model/crash/chrome_crash_analysis.py
+++ b/appengine/findit/model/crash/chrome_crash_analysis.py
@@ -17,3 +17,8 @@ class ChromeCrashAnalysis(CrashAnalysis):
super(ChromeCrashAnalysis, self).Reset()
self.historical_metadata = None
self.channel = None
+
+ @property
+ def customized_data(self):
+ return {'historical_metadata': self.historical_metadata,
+ 'channel': self.channel}
« no previous file with comments | « no previous file | appengine/findit/model/crash/test/chrome_crash_analysis_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698