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

Unified Diff: win8/viewer/metro_viewer_process_host.h

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. Created 5 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 | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/viewer/metro_viewer_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/viewer/metro_viewer_process_host.h
diff --git a/win8/viewer/metro_viewer_process_host.h b/win8/viewer/metro_viewer_process_host.h
index a042a0b25744708166ab894b39ecdabc226590f8..e62189ea3dbd76068f8511bb6a3ca625f67f57a3 100644
--- a/win8/viewer/metro_viewer_process_host.h
+++ b/win8/viewer/metro_viewer_process_host.h
@@ -24,6 +24,7 @@ class WaitableEvent;
}
namespace IPC {
+class AttachmentBroker;
class ChannelProxy;
class Message;
}
@@ -55,8 +56,9 @@ class METRO_VIEWER_EXPORT MetroViewerProcessHost : public IPC::Listener,
// the viewer process if one is already connected to |ipc_channel_name|; a
// viewer can otherwise be launched synchronously via
// LaunchViewerAndWaitForConnection().
- explicit MetroViewerProcessHost(
- const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner);
+ MetroViewerProcessHost(
+ const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner,
+ IPC::AttachmentBroker* attachment_broker);
~MetroViewerProcessHost() override;
// Returns the process id of the viewer process if one is connected to this
« no previous file with comments | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/viewer/metro_viewer_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698