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

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

Issue 294123008: Mojo: Reimplement unicode.js in JavaScript, remove native implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/mojo.gyp ('k') | mojo/public/js/bindings/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/constants.h
diff --git a/mojo/public/js/bindings/constants.h b/mojo/public/js/bindings/constants.h
index 27b7e67d625016aa8fcfb77a85bd9810d7ca64f8..50e5d7c0248f573ad8e394f4dfe90073d640a56c 100644
--- a/mojo/public/js/bindings/constants.h
+++ b/mojo/public/js/bindings/constants.h
@@ -11,6 +11,7 @@ namespace mojo {
extern const char kCodecModuleName[];
extern const char kConnectionModuleName[];
extern const char kConnectorModuleName[];
+extern const char kUnicodeModuleName[];
extern const char kRouterModuleName[];
} // namespace mojo
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/js/bindings/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698