| Index: remoting/webapp/jscompiler_hacks.js
|
| diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js
|
| index fb925fed5654776cc6a2094d0d23dc7dd70bec74..9177e974f6f4670797bb7ed2c0798f59a87b6dce 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 {Object} */
|
|
|