Chromium Code Reviews| Index: appengine/findit/crash/type_enums.py |
| diff --git a/appengine/findit/crash/type_enums.py b/appengine/findit/crash/type_enums.py |
| index 0eade7c11500e0b88e8b93ce292aef42bb83f0f6..a1450f18cfcd5ad93371bb326f2c81d089294a9b 100644 |
| --- a/appengine/findit/crash/type_enums.py |
| +++ b/appengine/findit/crash/type_enums.py |
| @@ -12,3 +12,9 @@ class CallStackFormatType(object): |
| class CallStackLanguageType(object): |
| CPP = 1 |
| JAVA = 2 |
| + |
| + |
| +class CrashClient(object): |
| + FRACAS = 'fracas' |
| + CRACAS = 'crascas' |
|
lijeffrey
2016/09/16 16:28:56
nit: cracas?
Sharu Jiang
2016/09/19 21:36:00
Ouch, done.
|
| + CLUSTERFUZZ = 'clusterfuzz' |