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

Unified Diff: plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PushChangesWizard.java

Issue 12323002: In LiveEdit API expose important control-flow parameter (fixing TODO) (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 years, 10 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.debug.ui/src/org/chromium/debug/ui/liveedit/PushChangesWizard.java
diff --git a/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PushChangesWizard.java b/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PushChangesWizard.java
index e64d2de2d0d8b4852550b83c6345bd790101e300..2c2a5fad9a2e5f06eedfdb759a5fe97b512f831d 100644
--- a/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PushChangesWizard.java
+++ b/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PushChangesWizard.java
@@ -258,7 +258,7 @@ public class PushChangesWizard {
input[0] = LiveEditResultDialog.createTextInput(text, changesPlan,
failure);
}
- public void success(Object report,
+ public void success(boolean resumed, Object report,
final UpdatableScript.ChangeDescription changeDescription) {
if (changeDescription == null) {
input[0] = LiveEditResultDialog.createTextInput(

Powered by Google App Engine
This is Rietveld 408576698