Remove IPC profile functions.

Resolves #378.
This commit is contained in:
wolfbeast 2018-05-24 16:18:59 +02:00 committed by Roy Tam
commit e17c0d4d87
10 changed files with 0 additions and 159 deletions

View file

@ -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,
@ -463,9 +461,6 @@ class PluginModuleChromeParent
void CachedSettingChanged();
virtual bool
RecvProfile(const nsCString& aProfile) override;
virtual bool
AnswerGetKeyState(const int32_t& aVirtKey, int16_t* aRet) override;