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

Unified Diff: win8/metro_driver/chrome_app_view_ash.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 | « remoting/host/remoting_me2me_host.cc ('k') | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/chrome_app_view_ash.h
diff --git a/win8/metro_driver/chrome_app_view_ash.h b/win8/metro_driver/chrome_app_view_ash.h
index 9fd7c294dabeaeb31d942d69ef4efb0845b8bbb8..8f50e0271ff57b9eb14f657f175f34d5294df7e6 100644
--- a/win8/metro_driver/chrome_app_view_ash.h
+++ b/win8/metro_driver/chrome_app_view_ash.h
@@ -26,6 +26,7 @@ class FilePath;
}
namespace IPC {
+class AttachmentBroker;
class Listener;
class ChannelProxy;
}
@@ -231,6 +232,9 @@ class ChromeAppViewAsh
// The IPC channel IO thread.
scoped_ptr<base::Thread> io_thread_;
+ // Broker for IPC attachments.
+ scoped_ptr<IPC::AttachmentBroker> attachment_broker_;
+
// The channel to Chrome, in particular to the MetroViewerProcessHost.
scoped_ptr<IPC::ChannelProxy> ui_channel_;
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698