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

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

Issue 2744963002: Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: Throw the error with the string being the stack trace needed to debug layouts which don't output an… Created 3 years, 9 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/connector.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 9d32d20a3d1419b5c3a823f65ee1d143b2d62ec3..f561d739b9e50fbd55a1b0755097f1da842f02c3 100644
--- a/mojo/public/js/constants.h
+++ b/mojo/public/js/constants.h
@@ -15,7 +15,12 @@ extern const char kConnectorModuleName[];
extern const char kControlMessageHandlerModuleName[];
extern const char kControlMessageProxyModuleName[];
extern const char kInterfaceControlMessagesMojom[];
+extern const char kInterfaceEndpointClientModuleName[];
+extern const char kInterfaceEndpointHandleModuleName[];
extern const char kInterfaceTypesModuleName[];
+extern const char kPipeControlMessageHandlerModuleName[];
+extern const char kPipeControlMessageProxyModuleName[];
+extern const char kPipeControlMessagesMojom[];
extern const char kRouterModuleName[];
extern const char kUnicodeModuleName[];
extern const char kValidatorModuleName[];
« no previous file with comments | « mojo/public/js/connector.js ('k') | mojo/public/js/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698