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

Unified Diff: mojo/public/js/constants.cc

Issue 2676443005: Add interface versioning. Methods queryVersion and requireVersion. (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
Index: mojo/public/js/constants.cc
diff --git a/mojo/public/js/constants.cc b/mojo/public/js/constants.cc
index 7c7b64e4198df2c4405416f0e86ecc9cae9b7a4e..d3263576e7b68ad3159e2af25751db03855d99fb 100644
--- a/mojo/public/js/constants.cc
+++ b/mojo/public/js/constants.cc
@@ -14,5 +14,6 @@ const char kInterfaceTypesModuleName[] = "mojo/public/js/interface_types";
const char kRouterModuleName[] = "mojo/public/js/router";
const char kUnicodeModuleName[] = "mojo/public/js/unicode";
const char kValidatorModuleName[] = "mojo/public/js/validator";
+const char kControlMessageProxyModuleName[] = "mojo/public/js/lib/control_message_proxy";
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698