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

Unified Diff: components/nacl/common/nacl_host_messages.h

Issue 55463002: Remove PNaCl's RequestFirstInstall, use resource throttle instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder functions Created 7 years, 1 month 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 | « components/nacl/common/nacl_browser_delegate.h ('k') | components/nacl/common/pnacl_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_host_messages.h
diff --git a/components/nacl/common/nacl_host_messages.h b/components/nacl/common/nacl_host_messages.h
index 4afa1c727e761b469d2fd96df4eab5240980d053..ec0f07b98e448923c0473bb2e6057ddc2dcbffcb 100644
--- a/components/nacl/common/nacl_host_messages.h
+++ b/components/nacl/common/nacl_host_messages.h
@@ -55,17 +55,6 @@ IPC_SYNC_MESSAGE_CONTROL1_2(NaClHostMsg_LaunchNaCl,
std::string /* error_message */)
// A renderer sends this to the browser process when it wants to
-// ensure that PNaCl is installed.
-IPC_MESSAGE_CONTROL1(NaClHostMsg_EnsurePnaclInstalled,
- int /* pp_instance */)
-
-// The browser replies to the renderer's request to ensure that
-// PNaCl is installed.
-IPC_MESSAGE_CONTROL2(NaClViewMsg_EnsurePnaclInstalledReply,
- int /* pp_instance */,
- bool /* success */)
-
-// A renderer sends this to the browser process when it wants to
// open a file for from the Pnacl component directory.
IPC_SYNC_MESSAGE_CONTROL1_1(NaClHostMsg_GetReadonlyPnaclFD,
std::string /* name of requested PNaCl file */,
« no previous file with comments | « components/nacl/common/nacl_browser_delegate.h ('k') | components/nacl/common/pnacl_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698