Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: remoting/webapp/js_proto/chrome_proto.js

Issue 844503007: Fix CRD opens a window every time it's clicked in the launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
};
« remoting/webapp/crd/js/background.js ('K') | « remoting/webapp/crd/js/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698