| Index: content/common/pepper_plugin_registry.cc
|
| ===================================================================
|
| --- content/common/pepper_plugin_registry.cc (revision 106774)
|
| +++ content/common/pepper_plugin_registry.cc (working copy)
|
| @@ -135,9 +135,9 @@
|
| std::string error;
|
| base::NativeLibrary library = base::LoadNativeLibrary(plugins[i].path,
|
| &error);
|
| - LOG_IF(WARNING, !library) << "Unable to load plugin "
|
| - << plugins[i].path.value() << " "
|
| - << error;
|
| + DLOG_IF(WARNING, !library) << "Unable to load plugin "
|
| + << plugins[i].path.value() << " "
|
| + << error;
|
| }
|
| }
|
| }
|
|
|
| Property changes on: content/common/pepper_plugin_registry.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|