Chromium Code Reviews| Index: chrome/common/chrome_content_client.cc |
| =================================================================== |
| --- chrome/common/chrome_content_client.cc (revision 78112) |
| +++ chrome/common/chrome_content_client.cc (working copy) |
| @@ -15,4 +15,7 @@ |
| child_process_logging::SetGpuInfo(gpu_info); |
| } |
| +void ChromeContentClient::PluginProcessStarted() { |
| +} |
|
Charlie Reis
2011/03/15 20:15:00
Any reason to add this now, if we're not doing any
jam
2011/03/15 20:25:24
I just had it in the same checkout, so I figured i
|
| + |
| } // namespace chrome |