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

Unified Diff: plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java
diff --git a/plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java b/plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java
index 8031e603eb23205db19b262e13c4445483f4b323..f77f3c05f00c3cccd49f0f617e64a7b8e850329a 100755
--- a/plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java
+++ b/plugins/org.chromium.sdk/src/org/chromium/sdk/DebugEventListener.java
@@ -30,6 +30,7 @@ public interface DebugEventListener {
/**
* Reports the debug connection has terminated and {@link JavascriptVm} has stopped operating.
* This event is reported always, regardless of which reason causes termination.
+ * TODO: consider adding disconnect reason here.
*/
void disconnected();

Powered by Google App Engine
This is Rietveld 408576698