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

Unified Diff: plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/actions/PushChangesAction.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
« no previous file with comments | « no previous file | plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PreviewLoader.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/actions/PushChangesAction.java
diff --git a/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/actions/PushChangesAction.java b/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/actions/PushChangesAction.java
index 9d2b0b0760cbf9058a8d7df03f5c97fdf5dfd377..a7de5e6e3ced0bd317a5ebf68a71bc38ae0d51ec 100644
--- a/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/actions/PushChangesAction.java
+++ b/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/actions/PushChangesAction.java
@@ -40,7 +40,7 @@ public class PushChangesAction extends V8ScriptAction {
UpdatableScript.UpdateCallback callback = new UpdatableScript.UpdateCallback() {
@Override
- public void success(Object report, ChangeDescription changeDescription) {
+ public void success(boolean resumed, Object report, ChangeDescription changeDescription) {
ChromiumDebugPlugin.log(new Status(IStatus.OK, ChromiumDebugPlugin.PLUGIN_ID,
"Script has been successfully updated on remote: " + report)); //$NON-NLS-1$
}
« no previous file with comments | « no previous file | plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/PreviewLoader.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698