diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-24 16:18:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-24 16:18:59 +0200 |
commit | 19334fd5af4b6335fd6800c8f17484f938649a64 (patch) | |
tree | 957ba1b692cfa865586da54c62d1e28d9afc7e88 /dom/plugins/ipc/PluginModuleParent.h | |
parent | ac25827a87d86f1cf9e48aab6605f77a2c89041a (diff) | |
download | UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar.gz UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar.lz UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar.xz UXP-19334fd5af4b6335fd6800c8f17484f938649a64.zip |
Remove IPC profile functions.
Resolves #378.
Diffstat (limited to 'dom/plugins/ipc/PluginModuleParent.h')
-rw-r--r-- | dom/plugins/ipc/PluginModuleParent.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/plugins/ipc/PluginModuleParent.h b/dom/plugins/ipc/PluginModuleParent.h index 3f4ed8ce1..0ceed6efd 100644 --- a/dom/plugins/ipc/PluginModuleParent.h +++ b/dom/plugins/ipc/PluginModuleParent.h @@ -185,8 +185,6 @@ protected: virtual bool RecvNotifyContentModuleDestroyed() override { return true; } - virtual bool RecvProfile(const nsCString& aProfile) override { return true; } - virtual bool AnswerGetKeyState(const int32_t& aVirtKey, int16_t* aRet) override; virtual bool RecvReturnClearSiteData(const NPError& aRv, @@ -464,9 +462,6 @@ class PluginModuleChromeParent void CachedSettingChanged(); virtual bool - RecvProfile(const nsCString& aProfile) override; - - virtual bool AnswerGetKeyState(const int32_t& aVirtKey, int16_t* aRet) override; private: |