| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index a7c6a3ebd741986bb4a75a8b21e318cbb3ffdf85..3e40501542be963472aa3c27076cb1d8942147c5 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -64,6 +64,7 @@ class PpapiThread : public ChildThread,
|
| virtual bool SendToBrowser(IPC::Message* msg) OVERRIDE;
|
| virtual std::string GetUILanguage() OVERRIDE;
|
| virtual void PreCacheFont(const void* logfontw) OVERRIDE;
|
| + virtual void SetActiveURL(const GURL& url) OVERRIDE;
|
|
|
| // Message handlers.
|
| void OnMsgLoadPlugin(const FilePath& path);
|
|
|