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

Unified Diff: chrome/test/automation/automation_handle_tracker.cc

Issue 5998006: Clean up Automation and Chrome Frame IPC code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « chrome/test/automation/autocomplete_edit_proxy.cc ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_handle_tracker.cc
===================================================================
--- chrome/test/automation/automation_handle_tracker.cc (revision 69966)
+++ chrome/test/automation/automation_handle_tracker.cc (working copy)
@@ -45,7 +45,7 @@
AutomationHandle proxy_handle = proxy->handle();
handle_to_object_.erase(iter);
if (channel_)
- channel_->Send(new AutomationMsg_HandleUnused(0, proxy_handle));
+ channel_->Send(new AutomationMsg_HandleUnused(proxy_handle));
}
}
« no previous file with comments | « chrome/test/automation/autocomplete_edit_proxy.cc ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698