File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/toolkit/components/extensions/parent Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/toolkit/components/extensions/parent/ext-toolkit.js b/toolkit/components/extensions/parent/ext-toolkit.js
2
+ index c672cb96c0..e8226e7802 100644
3
+ --- a/toolkit/components/extensions/parent/ext-toolkit.js
4
+ +++ b/toolkit/components/extensions/parent/ext-toolkit.js
5
+ @@ -35,9 +35,9 @@ global.EventManager = ExtensionCommon.EventManager;
6
+
7
+ /* globals DEFAULT_STORE, PRIVATE_STORE, CONTAINER_STORE */
8
+
9
+ - global.DEFAULT_STORE = "firefox-default";
10
+ - global.PRIVATE_STORE = "firefox-private";
11
+ - global.CONTAINER_STORE = "firefox-container-";
12
+ + global.DEFAULT_STORE = "zen-default";
13
+ + global.PRIVATE_STORE = "zen-private";
14
+ + global.CONTAINER_STORE = "zen-container-";
15
+
16
+ global.getCookieStoreIdForTab = function (data, tab) {
17
+ if (data.incognito) {
You can’t perform that action at this time.
0 commit comments