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

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

Issue 2744963002: Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: Add binding.html layout test for connection error with reason. Reset IEC when reset() or close()… 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
Index: mojo/public/js/constants.h
diff --git a/mojo/public/js/constants.h b/mojo/public/js/constants.h
index 9d32d20a3d1419b5c3a823f65ee1d143b2d62ec3..468bb773b5101782c4c96626916b9f5aa79b7059 100644
--- a/mojo/public/js/constants.h
+++ b/mojo/public/js/constants.h
@@ -19,6 +19,11 @@ extern const char kInterfaceTypesModuleName[];
extern const char kRouterModuleName[];
extern const char kUnicodeModuleName[];
extern const char kValidatorModuleName[];
+extern const char kPipeControlMessageHandlerModuleName[];
yzshen1 2017/03/24 21:20:12 nit: please order these names alphabetically (and
wangjimmy 2017/03/27 16:51:27 Done.
+extern const char kPipeControlMessageProxyModuleName[];
+extern const char kInterfaceEndpointHandleModuleName[];
+extern const char kInterfaceEndpointClientModuleName[];
+extern const char kPipeControlMessagesMojom[];
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698