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

Unified Diff: plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Value.java

Issue 11828047: Add change variable UI (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: clean Created 7 years, 11 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
« no previous file with comments | « no previous file | plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Variable.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Value.java
diff --git a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Value.java b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Value.java
index 65400a05b8938bc91d4f9f8332602fa4cc4a25cb..cddb91f84f249ed1b561b2f0b28cb93db70310c5 100755
--- a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Value.java
+++ b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Value.java
@@ -17,7 +17,6 @@ import org.chromium.sdk.JsEvaluateContext.ResultOrException;
import org.chromium.sdk.JsFunction;
import org.chromium.sdk.JsObject;
import org.chromium.sdk.JsValue;
-import org.chromium.sdk.JsVariable;
import org.eclipse.debug.core.DebugException;
import org.eclipse.debug.core.model.IVariable;
import org.eclipse.debug.ui.IValueDetailListener;
« no previous file with comments | « no previous file | plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/Variable.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698