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

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

Issue 424463003: Basic Mojo message header validation for JavaScript. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make claimRange() consistent with isValidRange() Created 6 years, 5 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/router.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 246bd362b11d2fada986b2351b49158ff398972a..547279dac4fb6778a4e3a2d5492fe46441a2fe80 100644
--- a/mojo/public/js/bindings/constants.cc
+++ b/mojo/public/js/bindings/constants.cc
@@ -12,5 +12,6 @@ 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";
+const char kValidatorModuleName[] = "mojo/public/js/bindings/validator";
} // namespace mojo
« no previous file with comments | « mojo/public/js/bindings/constants.h ('k') | mojo/public/js/bindings/router.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698