Index: remoting/webapp/jscompiler_hacks.js |
diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js |
index 9f16a5691c1cbe30b582b0151a0c41eb1ae3222e..70d984a22325e546eb55da970dd533728c88f8b1 100644 |
--- a/remoting/webapp/jscompiler_hacks.js |
+++ b/remoting/webapp/jscompiler_hacks.js |
@@ -110,7 +110,9 @@ chrome.runtime = { |
lastError: { |
/** @type {string} */ |
message: '' |
- } |
+ }, |
+ /** @return {{version: string}} */ |
+ getManifest: function() {} |
}; |
/** @type {Object} */ |