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

Unified Diff: content/browser/gpu/gpu_process_host.h

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (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 | « content/browser/device_orientation/message_filter.cc ('k') | content/browser/plugin_data_remover_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index e3b5f5c9a5a247e17767ae4927b9799dfa574bed..f4661f445ed4e914f02eef9aa9ca37d144e411b3 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -19,7 +19,7 @@
#include "content/common/gpu/gpu_process_launch_causes.h"
#include "content/public/browser/browser_child_process_host_delegate.h"
#include "content/public/common/gpu_info.h"
-#include "ipc/ipc_message.h"
+#include "ipc/ipc_sender.h"
#include "ui/gfx/native_widget_types.h"
class GpuMainThread;
@@ -35,7 +35,7 @@ struct ChannelHandle;
}
class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
- public IPC::Message::Sender,
+ public IPC::Sender,
public base::NonThreadSafe {
public:
enum GpuProcessKind {
@@ -72,7 +72,7 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
static GpuProcessHost* FromID(int host_id);
int host_id() const { return host_id_; }
- // IPC::Message::Sender implementation.
+ // IPC::Sender implementation.
virtual bool Send(IPC::Message* msg) OVERRIDE;
// Tells the GPU process to create a new channel for communication with a
« no previous file with comments | « content/browser/device_orientation/message_filter.cc ('k') | content/browser/plugin_data_remover_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698