Skip to content

Commit 75bd3ed

Browse files
committed
bugfix: change firefox -> zen for store name
1 parent 0552c2f commit 75bd3ed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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) {

0 commit comments

Comments
 (0)