| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 223739fb3eed6e66177c4fe408bc59beef877c9e..608a4e4dcc8d400834ed3f708088f832a8065db9 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1763,9 +1763,11 @@ std::string ChromeContentBrowserClient::GetDefaultDownloadName() {
|
|
|
| void ChromeContentBrowserClient::DidCreatePpapiPlugin(
|
| content::BrowserPpapiHost* browser_host) {
|
| +#if defined(ENABLE_PLUGINS)
|
| browser_host->GetPpapiHost()->AddHostFactoryFilter(
|
| scoped_ptr<ppapi::host::HostFactory>(
|
| new ChromeBrowserPepperHostFactory(browser_host)));
|
| +#endif
|
| }
|
|
|
| content::BrowserPpapiHost*
|
|
|