Index: remoting/webapp/js_proto/chrome_proto.js |
diff --git a/remoting/webapp/js_proto/chrome_proto.js b/remoting/webapp/js_proto/chrome_proto.js |
index d7b1f13738311a6d000c2c117dca8d330704ae24..a98726cd141e571dc1fb98dbe5ef6f2102185b60 100644 |
--- a/remoting/webapp/js_proto/chrome_proto.js |
+++ b/remoting/webapp/js_proto/chrome_proto.js |
@@ -44,7 +44,11 @@ chrome.app.window = { |
* @param {string} id |
* @param {function()=} opt_callback |
*/ |
- get: function(id, opt_callback) {} |
+ get: function(id, opt_callback) {}, |
+ /** |
+ * @return {Array.<AppWindow>} |
+ */ |
+ getAll: function() {} |
}; |