aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
authorPhil Crosby2014-04-30 00:42:42 -0700
committerPhil Crosby2014-04-30 00:42:42 -0700
commitfc23be221270dc11914244f5c93d900ad8e9225c (patch)
tree9d676401ce359a28ef76a552e514db590cee3ecd /background_scripts/main.coffee
parentfa16722613cd60933258edac2c0aa1908fe387bd (diff)
parentdb65721aa67b2de75b1e279f01e721676e83b448 (diff)
downloadvimium-fc23be221270dc11914244f5c93d900ad8e9225c.tar.bz2
Merge branch 'smblott-github-sync-chrome-instances'
Conflicts: tests/unit_tests/utils_test.coffee
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 207cbccb..b2b4669c 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -599,3 +599,6 @@ chrome.windows.getAll { populate: true }, (windows) ->
createScrollPositionHandler = ->
(response) -> updateScrollPosition(tab, response.scrollX, response.scrollY) if response?
chrome.tabs.sendMessage(tab.id, { name: "getScrollPosition" }, createScrollPositionHandler())
+
+# Start pulling changes from synchronized storage.
+Sync.init()