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

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

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.h
diff --git a/mojo/public/js/constants.h b/mojo/public/js/constants.h
index b8baa985dc60e00b614524344be524e637c12882..80aff745745db79f74bba5a8ec955bed8256e228 100644
--- a/mojo/public/js/constants.h
+++ b/mojo/public/js/constants.h
@@ -16,6 +16,7 @@ extern const char kInterfaceTypesModuleName[];
extern const char kRouterModuleName[];
extern const char kUnicodeModuleName[];
extern const char kValidatorModuleName[];
+extern const char kControlMessageProxyModuleName[];
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698