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

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

Issue 2671103002: Implement host settings migration. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « remoting/webapp/files.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/chrome_mocks.js
diff --git a/remoting/webapp/js_proto/chrome_mocks.js b/remoting/webapp/js_proto/chrome_mocks.js
index 542edeb31183b6c474c0663835bc411d9061a21b..e247a3efb785f915f08369d5114e69f4cfa1f684 100644
--- a/remoting/webapp/js_proto/chrome_mocks.js
+++ b/remoting/webapp/js_proto/chrome_mocks.js
@@ -76,6 +76,8 @@ chromeMocks.runtime.Port.prototype.postMessage = function(message) {};
/** @type {chromeMocks.Event} */
chromeMocks.runtime.onMessage = new chromeMocks.Event();
+/** @type {chromeMocks.Event} */
+chromeMocks.runtime.onMessageExternal = new chromeMocks.Event();
/** @type {chromeMocks.Event} */
chromeMocks.runtime.onSuspend = new chromeMocks.Event();
« no previous file with comments | « remoting/webapp/files.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698