Chromium Code Reviews| Index: tools/battor_agent/battor_error.h |
| diff --git a/tools/battor_agent/battor_error.h b/tools/battor_agent/battor_error.h |
| index fef354a703eb6a45b9613707a61be91c6d1d2bf5..ba452c314b034a81d6072489bd4255f5315aa4b3 100644 |
| --- a/tools/battor_agent/battor_error.h |
| +++ b/tools/battor_agent/battor_error.h |
| @@ -17,6 +17,7 @@ enum BattOrError { |
| BATTOR_ERROR_SEND_ERROR, |
| BATTOR_ERROR_RECEIVE_ERROR, |
| BATTOR_ERROR_UNEXPECTED_MESSAGE, |
| + BATTOR_ERROR_INIT_ERROR, |
|
charliea (OOO until 10-5)
2016/05/23 14:08:52
How about BATTOR_ERROR_INIT_TIMEOUT? This seems li
aschulman
2016/06/10 07:22:59
I went with BATTOR_ERROR_INIT_MAX_RETRIES since I
|
| }; |
| std::string BattOrErrorToString(BattOrError error); |