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

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: Initial draft Created 4 years, 7 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 0631451beda0a698f03c956d1dfa2fa8bc604965..80868b2ecac7ee5250ed8a74fe49b8cdb071ca74 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