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

Unified Diff: chrome/renderer/extensions/app_window_custom_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/extensions/app_bindings.h ('k') | chrome/renderer/extensions/chrome_v8_extension_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/app_window_custom_bindings.cc
diff --git a/chrome/renderer/extensions/app_window_custom_bindings.cc b/chrome/renderer/extensions/app_window_custom_bindings.cc
index 64c43d853021ad067569cff2ae16d66534e35e34..48027a1cd1e5744d7867171c8fb1417364002b11 100644
--- a/chrome/renderer/extensions/app_window_custom_bindings.cc
+++ b/chrome/renderer/extensions/app_window_custom_bindings.cc
@@ -73,9 +73,9 @@ v8::Handle<v8::Value> AppWindowCustomBindings::GetView(
// TODO(jeremya): there exists a direct map of routing_id -> RenderView as
// ChildThread::current()->ResolveRoute(), but ResolveRoute returns an
- // IPC::Channel::Listener*, which RenderView doesn't inherit from
- // (RenderViewImpl does, indirectly, via RenderWidget, but the link isn't
- // exposed outside of content/.)
+ // IPC::Listener*, which RenderView doesn't inherit from (RenderViewImpl
+ // does, indirectly, via RenderWidget, but the link isn't exposed outside of
+ // content/.)
FindViewByID view_finder(view_id);
content::RenderView::ForEach(&view_finder);
content::RenderView* view = view_finder.view();
« no previous file with comments | « chrome/renderer/extensions/app_bindings.h ('k') | chrome/renderer/extensions/chrome_v8_extension_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698