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

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

Issue 2676443005: Add interface versioning. Methods queryVersion and requireVersion. (Closed)
Patch Set: Expect the result inside the error handler for test. Code formatting and address codereview comment… 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 | « mojo/public/js/bindings.js ('k') | mojo/public/js/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/constants.h
diff --git a/mojo/public/js/constants.h b/mojo/public/js/constants.h
index b8baa985dc60e00b614524344be524e637c12882..9d32d20a3d1419b5c3a823f65ee1d143b2d62ec3 100644
--- a/mojo/public/js/constants.h
+++ b/mojo/public/js/constants.h
@@ -12,6 +12,9 @@ extern const char kBindingsModuleName[];
extern const char kBufferModuleName[];
extern const char kCodecModuleName[];
extern const char kConnectorModuleName[];
+extern const char kControlMessageHandlerModuleName[];
+extern const char kControlMessageProxyModuleName[];
+extern const char kInterfaceControlMessagesMojom[];
extern const char kInterfaceTypesModuleName[];
extern const char kRouterModuleName[];
extern const char kUnicodeModuleName[];
« no previous file with comments | « mojo/public/js/bindings.js ('k') | mojo/public/js/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698