Index: src/js/polyfills/runtime.polyfill.js |
diff --git a/src/js/polyfills/runtime.polyfill.js b/src/js/polyfills/runtime.polyfill.js |
index 4d528795c5e31ace78ec1aca418cb7b04bbfac04..2c4fe22ba78c2163bb208a7b9fd73ed51bf48abc 100644 |
--- a/src/js/polyfills/runtime.polyfill.js |
+++ b/src/js/polyfills/runtime.polyfill.js |
@@ -102,8 +102,7 @@ chrome.runtime.lastError = null; |
/** |
* The ID of the app, or null if not applicable. |
*/ |
-// TODO(alger): Consider getting this from the Chrome App manifest. |
-chrome.runtime.id = null; |
+chrome.runtime.id = chrome.caterpillar.appId; |
/** |
* Retrieves the JavaScript 'window' object for the background page running |