Chromium Code Reviews

Unified Diff: plugins/org.chromium.sdk/src/org/chromium/sdk/TabDebugEventListener.java

Issue 9959080: Issue 66: closing browser results into "SocketException: Broken pipe" (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: format Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/org.chromium.sdk/src/org/chromium/sdk/TabDebugEventListener.java
diff --git a/plugins/org.chromium.sdk/src/org/chromium/sdk/TabDebugEventListener.java b/plugins/org.chromium.sdk/src/org/chromium/sdk/TabDebugEventListener.java
index 5a53fc54dd2ce3942b6ef3a3d432a594bb8bea3e..ce3dfb4ef94e91fa5dcd62c830696e31979e8663 100644
--- a/plugins/org.chromium.sdk/src/org/chromium/sdk/TabDebugEventListener.java
+++ b/plugins/org.chromium.sdk/src/org/chromium/sdk/TabDebugEventListener.java
@@ -26,6 +26,7 @@ public interface TabDebugEventListener {
* Reports a closing event on the target tab. All following communications
* with the associated tab are illegal. This call will be followed by
* call to {@link DebugEventListener#disconnected()}.
+ * TODO: consider adding close reason here.
*/
void closed();
}
« no previous file with comments | « plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine