| Index: content/plugin/plugin_channel.cc
|
| diff --git a/content/plugin/plugin_channel.cc b/content/plugin/plugin_channel.cc
|
| index 79754fa9818f01986f46f709e824ae4c00974378..8569a3dfe71af6e622dd49842ba8e647c9743e62 100644
|
| --- a/content/plugin/plugin_channel.cc
|
| +++ b/content/plugin/plugin_channel.cc
|
| @@ -143,7 +143,7 @@ class PluginChannel::MessageFilter : public IPC::ChannelProxy::MessageFilter {
|
| PluginChannel* PluginChannel::GetPluginChannel(
|
| int renderer_id, base::MessageLoopProxy* ipc_message_loop) {
|
| // Map renderer ID to a (single) channel to that process.
|
| - std::string channel_key = StringPrintf(
|
| + std::string channel_key = base::StringPrintf(
|
| "%d.r%d", base::GetCurrentProcId(), renderer_id);
|
|
|
| PluginChannel* channel =
|
|
|