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

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

Issue 840023004: Implement mocks for identity and host-list, add a browser test to test the app in various failure m… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file. 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/dom_proto.js
diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
index 668b88ae2a975dc8e242b64d40f76ae93d860576..8ca4c434519df50b3b78c462fd32d000899d5d7b 100644
--- a/remoting/webapp/js_proto/dom_proto.js
+++ b/remoting/webapp/js_proto/dom_proto.js
@@ -262,3 +262,8 @@ Event.prototype.initMouseEvent = function(
* @return {ArrayBuffer}
*/
ArrayBuffer.prototype.slice = function(begin, end) {};
+
+/**
+ * @return {string}
+ */
+Date.prototype.toISOString = function() {};
« remoting/webapp/crd/js/oauth2_api.js ('K') | « remoting/webapp/crd/js/oauth2_api_impl.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698