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

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

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/public/js/bindings/constants.h ('k') | mojo/public/js/bindings/unicode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/constants.cc
diff --git a/mojo/public/js/bindings/constants.cc b/mojo/public/js/bindings/constants.cc
index d506ee558739bc4aeee107e3a7d02294e029daff..239b67d4139a3fe50960b4047faf62f248ea0808 100644
--- a/mojo/public/js/bindings/constants.cc
+++ b/mojo/public/js/bindings/constants.cc
@@ -9,6 +9,7 @@ namespace mojo {
const char kCodecModuleName[] = "mojo/public/js/bindings/codec";
const char kConnectionModuleName[] = "mojo/public/js/bindings/connection";
const char kConnectorModuleName[] = "mojo/public/js/bindings/connector";
+const char kUnicodeModuleName[] = "mojo/public/js/bindings/unicode";
const char kRouterModuleName[] = "mojo/public/js/bindings/router";
} // namespace mojo
« no previous file with comments | « mojo/public/js/bindings/constants.h ('k') | mojo/public/js/bindings/unicode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698