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

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

Issue 2796253002: Associated Message Validation (Closed)
Patch Set: Validate payloadInterfaceIds before getting it. Use [0] for dimensions for validateArrayPointer. Ca… Created 3 years, 8 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/codec.js ('k') | mojo/public/js/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/constants.h
diff --git a/mojo/public/js/constants.h b/mojo/public/js/constants.h
index f561d739b9e50fbd55a1b0755097f1da842f02c3..c82fe1d3b6abe829dfe0403c361cc9b440c43a83 100644
--- a/mojo/public/js/constants.h
+++ b/mojo/public/js/constants.h
@@ -8,6 +8,7 @@
namespace mojo {
// JavaScript module names:
+extern const char kAssociatedBindingsModuleName[];
extern const char kBindingsModuleName[];
extern const char kBufferModuleName[];
extern const char kCodecModuleName[];
« no previous file with comments | « mojo/public/js/codec.js ('k') | mojo/public/js/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698