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

Unified Diff: tools/battor_agent/battor_connection_impl.h

Issue 1991403002: [battor agent] Fix the init sequence so it retries inits instead of resets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit tests that were broken by this patch Created 4 years, 6 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: tools/battor_agent/battor_connection_impl.h
diff --git a/tools/battor_agent/battor_connection_impl.h b/tools/battor_agent/battor_connection_impl.h
index 8184452e6ebfbcd559b683827a7b4940446e2a7b..5338615dc5363a6e2a0a6bf245c403debab0fcf6 100644
--- a/tools/battor_agent/battor_connection_impl.h
+++ b/tools/battor_agent/battor_connection_impl.h
@@ -44,6 +44,7 @@ class BattOrConnectionImpl
const void* buffer,
size_t bytes_to_send) override;
void ReadMessage(BattOrMessageType type) override;
+ void CancelReadMessage() override;
void Flush() override;
protected:

Powered by Google App Engine
This is Rietveld 408576698