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

Unified Diff: chrome/common/nacl_types.h

Issue 10214007: Add an IPC channel between the NaCl loader process and the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
Index: chrome/common/nacl_types.h
===================================================================
--- chrome/common/nacl_types.h (revision 133072)
+++ chrome/common/nacl_types.h (working copy)
@@ -45,6 +45,7 @@
~NaClStartParams();
std::vector<FileDescriptor> handles;
+ std::string channel_name;
std::string validation_cache_key;
// Chrome version string. Sending the version string over IPC avoids linkage

Powered by Google App Engine
This is Rietveld 408576698