summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_messages_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r--chrome/common/plugin_messages_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h
index 795ee61..3c64bcf 100644
--- a/chrome/common/plugin_messages_internal.h
+++ b/chrome/common/plugin_messages_internal.h
@@ -74,10 +74,10 @@ IPC_BEGIN_MESSAGES(PluginProcessHost)
GURL /* url */,
std::string /* cookies */)
- // Used by the plugin process to verify that its renderer |process_id| has
+ // Used by the plugin process to verify that its renderer |renderer_id| has
// permission to access the given |files|.
IPC_SYNC_MESSAGE_CONTROL2_1(PluginProcessHostMsg_AccessFiles,
- int /* process_id */,
+ int /* renderer_id */,
std::vector<std::string> /* files */,
bool /* allowed */)