summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 02:45:42 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 02:45:42 +0000
commiteb415bf0e3fa41131a0f1f706e4f377d86206556 (patch)
tree0d9ea90ce1bbae21a4c64181eb130fd1f37073bd /ppapi
parent6407f289f81ac09476e66c59fc4887eb46112981 (diff)
downloadchromium_src-eb415bf0e3fa41131a0f1f706e4f377d86206556.zip
chromium_src-eb415bf0e3fa41131a0f1f706e4f377d86206556.tar.gz
chromium_src-eb415bf0e3fa41131a0f1f706e4f377d86206556.tar.bz2
Asynchronously create the ppapi broker.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6822012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/proxy/ppapi_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index 057874e..270af84 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -29,7 +29,7 @@
#define IPC_MESSAGE_START PpapiMsgStart
-// These are from the plugin to the renderer
+// These are from the browser to the plugin.
// Loads the given plugin.
IPC_MESSAGE_CONTROL1(PpapiMsg_LoadPlugin, FilePath /* path */)