aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-02-23 12:53:17 +0000
committerStephen Blott2015-02-23 12:53:17 +0000
commit608f892402869b44f1a3d5d6843cf9ae164bd2ea (patch)
tree51f86bdb8d420d01bdee420d78163d1bf10650da /content_scripts/vimium_frontend.coffee
parent731d45a8e8faf1f209632d5093bef5b554e26bb6 (diff)
downloadvimium-608f892402869b44f1a3d5d6843cf9ae164bd2ea.tar.bz2
Ensure inconito mode flag and find-mode-history are initialised.
.. and don't forget to actually use the incognitomode flag in the front end.
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index 28c1f092..78901113 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -562,6 +562,7 @@ checkIfEnabledForUrl = ->
chrome.runtime.sendMessage { handler: "isEnabledForUrl", url: url }, (response) ->
isEnabledForUrl = response.isEnabledForUrl
passKeys = response.passKeys
+ isIncognitoMode = response.incognito
if isEnabledForUrl
initializeWhenEnabled()
else if (HUD.isReady())