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

Unified Diff: chrome/renderer/extensions/app_bindings.h

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/nacl/nacl_listener.h ('k') | chrome/renderer/extensions/app_window_custom_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/app_bindings.h
diff --git a/chrome/renderer/extensions/app_bindings.h b/chrome/renderer/extensions/app_bindings.h
index 2bab2a68b415a0947e18880748580a1d039dcad7..e490f4e6c4c67440c1e489f4a2e6853d8909de54 100644
--- a/chrome/renderer/extensions/app_bindings.h
+++ b/chrome/renderer/extensions/app_bindings.h
@@ -27,7 +27,7 @@ class AppBindings : public ChromeV8Extension, public ChromeV8ExtensionHandler {
ChromeV8Context* context);
private:
- // IPC::Channel::Listener
+ // IPC::Listener
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
v8::Handle<v8::Value> GetIsInstalled(const v8::Arguments& args);
« no previous file with comments | « chrome/nacl/nacl_listener.h ('k') | chrome/renderer/extensions/app_window_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698