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

Unified Diff: blimp/net/blimp_message_output_buffer.h

Issue 1909143002: Use ConnectionErrorObserver, not callbacks, for error handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wez feedback Created 4 years, 8 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: blimp/net/blimp_message_output_buffer.h
diff --git a/blimp/net/blimp_message_output_buffer.h b/blimp/net/blimp_message_output_buffer.h
index bc5bd6015f387e7453f17f4f715f63bd0f15251b..701d787c9143c09eae3ab6c2b7eea60f42ffa272 100644
--- a/blimp/net/blimp_message_output_buffer.h
+++ b/blimp/net/blimp_message_output_buffer.h
@@ -71,7 +71,7 @@ class BLIMP_NET_EXPORT BlimpMessageOutputBuffer
// and the buffer contains a message.
void WriteNextMessageIfReady();
- // Receives the completion status of a write operation.
+ // Called after a successful write.
void OnWriteComplete(int result);
BlimpMessageProcessor* output_processor_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698