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

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

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/connector.js ('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 50e5d7c0248f573ad8e394f4dfe90073d640a56c..c048cb2155ae3302e3a78d59a719808bf751192a 100644
--- a/mojo/public/js/bindings/constants.h
+++ b/mojo/public/js/bindings/constants.h
@@ -8,6 +8,7 @@
namespace mojo {
// JavaScript module names:
+extern const char kBufferModuleName[];
extern const char kCodecModuleName[];
extern const char kConnectionModuleName[];
extern const char kConnectorModuleName[];
« no previous file with comments | « mojo/public/js/bindings/connector.js ('k') | mojo/public/js/bindings/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698