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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.h

Issue 11761025: When launching PNaCl helper nexes, explicitly disable IRT loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « no previous file | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | chrome/nacl/nacl_listener.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_process_host.h
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h
index b98b742e45f2a358c7031c23c7dbf11cbadadc62..80a63cbc14db68e952460c088978f4f66f2f9e7d 100644
--- a/chrome/browser/nacl_host/nacl_process_host.h
+++ b/chrome/browser/nacl_host/nacl_process_host.h
@@ -50,7 +50,8 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
NaClProcessHost(const GURL& manifest_url,
int render_view_id,
uint32 permission_bits,
- bool off_the_record);
+ bool off_the_record,
+ bool uses_irt);
virtual ~NaClProcessHost();
// Do any minimal work that must be done at browser startup.
@@ -199,6 +200,8 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
bool enable_ipc_proxy_;
+ bool uses_irt_;
+
// Channel proxy to terminate the NaCl-Browser PPAPI channel.
scoped_ptr<IPC::ChannelProxy> ipc_proxy_channel_;
// Plugin listener, to forward browser channel messages to us.
« no previous file with comments | « no previous file | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | chrome/nacl/nacl_listener.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698