| Index: chrome/common/chrome_plugin_lib.cc
|
| diff --git a/chrome/common/chrome_plugin_lib.cc b/chrome/common/chrome_plugin_lib.cc
|
| index 7fbca70a2fef49a4108341929493ba56e410892a..40a0c760020a5be6da5237fdf2bea744c6754190 100644
|
| --- a/chrome/common/chrome_plugin_lib.cc
|
| +++ b/chrome/common/chrome_plugin_lib.cc
|
| @@ -122,7 +122,7 @@ void ChromePluginLib::RegisterPluginsWithNPAPI() {
|
| return;
|
| // Note: we can only access the NPAPI list because the PluginService has done
|
| // the locking for us. We should not touch it anywhere else.
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) || defined(OS_LINUX)
|
| NPAPI::PluginList::AddExtraPluginPath(path);
|
| #else
|
| // TODO(port): plugins not yet implemented
|
| @@ -255,7 +255,7 @@ int ChromePluginLib::CP_Test(void* param) {
|
| bool ChromePluginLib::Load() {
|
| #if !defined(OS_WIN)
|
| // TODO(port): plugins not yet implemented
|
| - NOTIMPLEMENTED();
|
| + NOTIMPLEMENTED() << " -- gears loading code.";
|
| return false;
|
| #else
|
| DCHECK(module_ == 0);
|
|
|