| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 70aedeb92c8f7533e625f8575929d6a05e40248c..1fa8768e3702b9b60ecdddf874ac4e1da19e53b7 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -122,8 +122,10 @@ const uint32 kRemotingViewerPluginPermissions = ppapi::PERMISSION_PRIVATE |
|
| ppapi::PERMISSION_DEV;
|
| #endif // defined(ENABLE_REMOTING)
|
|
|
| +#if defined(OS_MACOSX) && !defined(OS_IOS)
|
| const char kInterposeLibraryPath[] =
|
| "@executable_path/../../../libplugin_carbon_interpose.dylib";
|
| +#endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|
| // Appends the known built-in plugins to the given vector. Some built-in
|
| // plugins are "internal" which means they are compiled into the Chrome binary,
|
|
|