Bug 1918659 - Remove nsIClearDataService.CLEAR_SESSION_HISTORY. r=smaug,pbz,sessionstore-reviewers,sfoster
Other than in one test, we don't use it separate from CLEAR_HISTORY. They are two different bits because in the past one bit could only have one cleaner associated to it, but that is no longer an issue. Differential Revision: https://phabricator.services.mozilla.com/D222107
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
add_task(async function test_sanitize() {
|
||||
let testFlags = [
|
||||
["downloads", Ci.nsIClearDataService.CLEAR_DOWNLOADS],
|
||||
["places history", Ci.nsIClearDataService.CLEAR_HISTORY],
|
||||
["session history", Ci.nsIClearDataService.CLEAR_SESSION_HISTORY],
|
||||
["history", Ci.nsIClearDataService.CLEAR_HISTORY],
|
||||
];
|
||||
|
||||
await withFullyLoadedAboutHome(async browser => {
|
||||
|
||||
Reference in New Issue
Block a user