| Index: content/renderer/pepper/host_globals.h
|
| diff --git a/content/renderer/pepper/host_globals.h b/content/renderer/pepper/host_globals.h
|
| index f48eb050d6c98c4c570541adf7042e0cb85af4b8..b90a8ec13b22ee86a13b56f5a29eacf0c13d366a 100644
|
| --- a/content/renderer/pepper/host_globals.h
|
| +++ b/content/renderer/pepper/host_globals.h
|
| @@ -20,7 +20,6 @@ class PluginModule;
|
| class HostGlobals : public ::ppapi::PpapiGlobals {
|
| public:
|
| HostGlobals();
|
| - explicit HostGlobals(::ppapi::PpapiGlobals::PerThreadForTest);
|
| virtual ~HostGlobals();
|
|
|
| // Getter for the global singleton. Generally, you should use
|
| @@ -43,7 +42,6 @@ class HostGlobals : public ::ppapi::PpapiGlobals {
|
| virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
|
| virtual std::string GetCmdLine() OVERRIDE;
|
| virtual void PreCacheFontForFlash(const void* logfontw) OVERRIDE;
|
| - virtual base::Lock* GetProxyLock() OVERRIDE;
|
| virtual void LogWithSource(PP_Instance instance,
|
| PP_LogLevel level,
|
| const std::string& source,
|
|
|