diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-08 00:49:16 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-08 00:49:16 +0000 |
commit | 87f355958a448715e7fc9878c0d996109a36c5d6 (patch) | |
tree | 268d800a0ef47a0e617257aa995e0b7963e53cf4 /chrome/common/render_messages.h | |
parent | 4f8a16a92c24d7992c34a6870804da6734a50930 (diff) | |
download | chromium_src-87f355958a448715e7fc9878c0d996109a36c5d6.zip chromium_src-87f355958a448715e7fc9878c0d996109a36c5d6.tar.gz chromium_src-87f355958a448715e7fc9878c0d996109a36c5d6.tar.bz2 |
Change the URL for the nacl process host to use an actual GURL instead of various types of strings. This also stores the GURL separately rather than use the process name for that (which is intended to be a display name and not for critical things). I properly formatted the URL for display to the user in the display URL now.
Review URL: http://codereview.chromium.org/10009046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index a338c89..7d02ac4 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -484,7 +484,7 @@ IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_ForwardMessageToExternalHost, // a new instance of the Native Client process. The browser will launch // the process and return a handle to an IMC channel. IPC_SYNC_MESSAGE_CONTROL2_3(ChromeViewHostMsg_LaunchNaCl, - std::wstring /* url for the NaCl module */, + GURL /* manifest_url */, int /* socket count */, std::vector<nacl::FileDescriptor> /* imc channel handles */, |