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

Unified Diff: chrome/renderer/external_host_bindings.cc

Issue 10553010: Rename IPC::Channel and IPC::Sender in src/chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « chrome/renderer/external_host_bindings.h ('k') | chrome/renderer/pepper/ppb_nacl_private_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/external_host_bindings.cc
diff --git a/chrome/renderer/external_host_bindings.cc b/chrome/renderer/external_host_bindings.cc
index 479e175777275c10c3718d57a743f4225aa2f1c6..e0cbdb3e5593af9781c9525614b3ff2fe4dbab5c 100644
--- a/chrome/renderer/external_host_bindings.cc
+++ b/chrome/renderer/external_host_bindings.cc
@@ -16,8 +16,7 @@ using WebKit::WebBindings;
using webkit_glue::CppArgumentList;
using webkit_glue::CppVariant;
-ExternalHostBindings::ExternalHostBindings(IPC::Message::Sender* sender,
- int routing_id)
+ExternalHostBindings::ExternalHostBindings(IPC::Sender* sender, int routing_id)
: frame_(NULL), sender_(sender), routing_id_(routing_id) {
BindCallback("postMessage", base::Bind(&ExternalHostBindings::PostMessage,
base::Unretained(this)));
« no previous file with comments | « chrome/renderer/external_host_bindings.h ('k') | chrome/renderer/pepper/ppb_nacl_private_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698