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

Side by Side Diff: ui/viewer/viewer_messages.h

Issue 10872002: beginnings of metro viewer process (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/viewer/viewer_message_generator.cc ('k') | ui/viewer/viewer_process.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Multiply-included message file, no traditional include guard.
6 #include <string>
7
8 #include "ipc/ipc_channel_handle.h"
9 #include "ipc/ipc_message_macros.h"
10
11 #define IPC_MESSAGE_START ViewerMsgStart
12
13 //-----------------------------------------------------------------------------
14 // Viewer process messages:
15 // These are messages from the browser to the viewer process.
16
17 // Shares the rendering handle to the viewer process.
18 IPC_MESSAGE_CONTROL1(ViewerMsg_PbufferHandle,
19 std::string /* TODO(scottmg): whatever type */)
20
21 //-----------------------------------------------------------------------------
22 // Viewer process host messages:
23 // These are messages from the viewer process to the browser.
24
25 // Connect to the browser (request a pbuffer handle).
26 IPC_MESSAGE_CONTROL0(ViewerHostMsg_Connect)
OLDNEW
« no previous file with comments | « ui/viewer/viewer_message_generator.cc ('k') | ui/viewer/viewer_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698