Bug 1871991 - Required arguments after optional are not supported r=jesup
[gecko.git] / toolkit / components / antitracking / nsIPurgeTrackerService.idl
blob01955da874460ec610a079456c20ac74f52e125f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "nsISupports.idl"
8 [scriptable, uuid(cd68d61e-9a44-402d-9671-838ac0872176)]
9 interface nsIPurgeTrackerService : nsISupports
11 /**
12 * Purge cookies and associated data of sites which no longer have the user interaction permission.
14 Promise purgeTrackingCookieJars();