| Index: ppapi/proxy/plugin_globals.cc
|
| diff --git a/ppapi/proxy/plugin_globals.cc b/ppapi/proxy/plugin_globals.cc
|
| index 79e738378b0b104992ffd25f2446e140ac4d24e4..0da6d6b646fd269f0a0eba6cc12244637b1eefb9 100644
|
| --- a/ppapi/proxy/plugin_globals.cc
|
| +++ b/ppapi/proxy/plugin_globals.cc
|
| @@ -97,7 +97,7 @@ base::Lock* PluginGlobals::GetProxyLock() {
|
| }
|
|
|
| void PluginGlobals::LogWithSource(PP_Instance instance,
|
| - PP_LogLevel_Dev level,
|
| + PP_LogLevel level,
|
| const std::string& source,
|
| const std::string& value) {
|
| const std::string& fixed_up_source = source.empty() ? plugin_name_ : source;
|
| @@ -105,7 +105,7 @@ void PluginGlobals::LogWithSource(PP_Instance instance,
|
| }
|
|
|
| void PluginGlobals::BroadcastLogWithSource(PP_Module /* module */,
|
| - PP_LogLevel_Dev level,
|
| + PP_LogLevel level,
|
| const std::string& source,
|
| const std::string& value) {
|
| // Since we have only one module in a plugin process, broadcast is always
|
|
|