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

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

Issue 411553003: Validate incoming JS Message Headers: test message parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed WebUIMojoTest.EndToEndPing 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/core_unittests.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 239b67d4139a3fe50960b4047faf62f248ea0808..246bd362b11d2fada986b2351b49158ff398972a 100644
--- a/mojo/public/js/bindings/constants.cc
+++ b/mojo/public/js/bindings/constants.cc
@@ -6,6 +6,7 @@
namespace mojo {
+const char kBufferModuleName[] = "mojo/public/js/bindings/buffer";
const char kCodecModuleName[] = "mojo/public/js/bindings/codec";
const char kConnectionModuleName[] = "mojo/public/js/bindings/connection";
const char kConnectorModuleName[] = "mojo/public/js/bindings/connector";
« no previous file with comments | « mojo/public/js/bindings/constants.h ('k') | mojo/public/js/bindings/core_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698