Index: src/caterpillar.py |
diff --git a/src/caterpillar.py b/src/caterpillar.py |
index 603a52f4d68b77576c2cc00d89020cf5e87066a8..75afb3b735b6b62057438e196e29cdb49cb98355 100755 |
--- a/src/caterpillar.py |
+++ b/src/caterpillar.py |
@@ -97,16 +97,6 @@ var CACHED_FILES = [ |
importScripts('{boilerplate_dir}/caterpillar.js'); |
importScripts('{boilerplate_dir}/sw_static.js'); |
-// Ignore calls to chrome.app.runtime.onLaunched.addListener from the background |
-// scripts. |
-chrome.app = {{ |
- runtime: {{ |
- onLaunched: {{ |
- addListener: function() {{}} |
- }} |
- }} |
-}}; |
- |
// TODO: (Caterpillar) Edit background scripts to remove chrome.app.runtime |
// dependence. |
""" |