From bba22051b5743bd5354b60d5f5af0465f4d6ef1f Mon Sep 17 00:00:00 2001 From: Edgar Chen Date: Thu, 29 Aug 2019 15:53:09 +0000 Subject: [PATCH] Bug 1577334 - Remove declaration of CanonicalBrowsingContext::NotifySetUserGestureActivationFromIPC; r=nika The definition was removed in bug 1530550. Differential Revision: https://phabricator.services.mozilla.com/D43832 --HG-- extra : moz-landing-system : lando --- docshell/base/CanonicalBrowsingContext.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docshell/base/CanonicalBrowsingContext.h b/docshell/base/CanonicalBrowsingContext.h index d72f6a5e38e6..d85472ad82e4 100644 --- a/docshell/base/CanonicalBrowsingContext.h +++ b/docshell/base/CanonicalBrowsingContext.h @@ -61,13 +61,6 @@ class CanonicalBrowsingContext final : public BrowsingContext { JSObject* WrapObject(JSContext* aCx, JS::Handle aGivenProto) override; - // This functions would set/reset its user gesture activation flag and then - // notify other browsing contexts which are not the one related with the - // current window global to set/reset the flag. (the corresponding browsing - // context of the current global window has been set/reset before calling this - // function) - void NotifySetUserGestureActivationFromIPC(bool aIsUserGestureActivation); - // This function is used to start the autoplay media which are delayed to // start. If needed, it would also notify the content browsing context which // are related with the canonical browsing content tree to start delayed