Index: chrome/browser/extensions/api/messaging/native_message_process_host.h |
diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.h b/chrome/browser/extensions/api/messaging/native_message_process_host.h |
index a6638a47ae95c36957c3974163843629b4d42354..90a3fbbb52158f8f79e9f6ae384db8621c296bc8 100644 |
--- a/chrome/browser/extensions/api/messaging/native_message_process_host.h |
+++ b/chrome/browser/extensions/api/messaging/native_message_process_host.h |
@@ -148,9 +148,6 @@ class NativeMessageProcessHost |
// Set to true when a read is pending. |
bool read_pending_; |
- // Set to true once we've read EOF from the child process. |
- bool read_eof_; |
- |
// Buffer for incomplete incoming messages. |
std::string incoming_data_; |