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

Unified Diff: chrome/browser/automation/automation_resource_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
Index: chrome/browser/automation/automation_resource_tracker.cc
===================================================================
--- chrome/browser/automation/automation_resource_tracker.cc (revision 69966)
+++ chrome/browser/automation/automation_resource_tracker.cc (working copy)
@@ -78,7 +78,7 @@
return;
sender_->Send(
- new AutomationMsg_InvalidateHandle(0, resource_to_handle_[resource]));
+ new AutomationMsg_InvalidateHandle(resource_to_handle_[resource]));
RemoveImpl(resource);
}
« no previous file with comments | « chrome/browser/automation/automation_resource_message_filter.cc ('k') | chrome/browser/automation/extension_port_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698