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

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

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/constants.h ('k') | mojo/public/js/interface_types.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/constants.cc
diff --git a/mojo/public/js/constants.cc b/mojo/public/js/constants.cc
index a0ce7d4d1d61d9c6f4f225b411491fb3053c266d..17cd0a91ad384b49b67dc9b58c2a81c90e735a02 100644
--- a/mojo/public/js/constants.cc
+++ b/mojo/public/js/constants.cc
@@ -6,6 +6,8 @@
namespace mojo {
+const char kAssociatedBindingsModuleName[] =
+ "mojo/public/js/associated_bindings";
const char kBindingsModuleName[] = "mojo/public/js/bindings";
const char kBufferModuleName[] = "mojo/public/js/buffer";
const char kCodecModuleName[] = "mojo/public/js/codec";
« no previous file with comments | « mojo/public/js/constants.h ('k') | mojo/public/js/interface_types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698