| 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'
|
| + CLUSTERFUZZ = 'clusterfuzz'
|
|
|