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

Side by Side Diff: components/nacl/common/nacl_host_messages.h

Issue 165433003: PnaclCoordinator: Use llc's module-splitting for pexe compilation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retry upload Created 6 years, 10 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included file, no traditional include guard. 5 // Multiply-included file, no traditional include guard.
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/process/process.h" 10 #include "base/process/process.h"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 int /* Error ID */) 92 int /* Error ID */)
93 93
94 // A renderer sends this to the browser process when it wants to 94 // A renderer sends this to the browser process when it wants to
95 // open a NaCl executable file from an installed application directory. 95 // open a NaCl executable file from an installed application directory.
96 IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable, 96 IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable,
97 int /* render_view_id */, 97 int /* render_view_id */,
98 GURL /* URL of NaCl executable file */, 98 GURL /* URL of NaCl executable file */,
99 IPC::PlatformFileForTransit /* output file */, 99 IPC::PlatformFileForTransit /* output file */,
100 uint64 /* file_token_lo */, 100 uint64 /* file_token_lo */,
101 uint64 /* file_token_hi */) 101 uint64 /* file_token_hi */)
102
103 IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClGetNumProcessors,
104 int /* Number of processors */)
OLDNEW
« no previous file with comments | « components/nacl/browser/nacl_host_message_filter.cc ('k') | components/nacl/renderer/ppb_nacl_private_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698