Index: remoting/webapp/jscompiler_hacks.js |
diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js |
index ec7fdb5cfa9aa24e7520f8c63c867802f1f054b0..79f27509e7d7f6cbd23f987f3417f40853969383 100644 |
--- a/remoting/webapp/jscompiler_hacks.js |
+++ b/remoting/webapp/jscompiler_hacks.js |
@@ -77,6 +77,9 @@ chrome.storage = {}; |
/** @type {remoting.MockStorage} */ |
chrome.storage.local; |
+/** @type {remoting.MockStorage} */ |
+chrome.storage.sync; |
+ |
/** @type {Object} */ |
chrome.app.runtime = { |
/** @type {chrome.Event} */ |