| Index: mojo/public/bindings/js/constants.h
|
| diff --git a/mojo/public/bindings/js/constants.h b/mojo/public/bindings/js/constants.h
|
| index 4f22a7e46c6f8a0eb6ab226ba1e27e5ca51de201..f2685a6180fd7c1098bbc832d50fffbbf688920e 100644
|
| --- a/mojo/public/bindings/js/constants.h
|
| +++ b/mojo/public/bindings/js/constants.h
|
| @@ -7,11 +7,11 @@
|
|
|
| namespace mojo {
|
|
|
| -// Module name of the codec JavaScript module.
|
| +// JavaScript module names:
|
| extern const char kCodecModuleName[];
|
| -
|
| -// Module name of the connector JavaScript module.
|
| +extern const char kConnectionModuleName[];
|
| extern const char kConnectorModuleName[];
|
| +extern const char kRouterModuleName[];
|
|
|
| } // namespace mojo
|
|
|
|
|