| 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..96878466d06a8dc218da70cf536c9b9a59a909be 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 std::string& url) OVERRIDE;
|
|
|
| // Message handlers.
|
| void OnMsgLoadPlugin(const FilePath& path);
|
|
|