Chromium Code Reviews

Unified Diff: gin/public/gin_embedders.h

Issue 467263006: JavaScript Content Handler Version 0.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working and relatively complete Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | mojo/apps/js/js_app.h » ('j') | mojo/apps/js/js_app.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/gin_embedders.h
diff --git a/gin/public/gin_embedders.h b/gin/public/gin_embedders.h
index bffe6e0856e52a932a0c8f5bd52ea40f3d2693f1..68e294c26d6a7b8bc5534bc32bebfa5f4bdcbb57 100644
--- a/gin/public/gin_embedders.h
+++ b/gin/public/gin_embedders.h
@@ -14,6 +14,7 @@ namespace gin {
enum GinEmbedder {
kEmbedderNativeGin,
kEmbedderBlink,
+ kEmbedderMojo,
};
} // namespace gin
« no previous file with comments | « no previous file | mojo/apps/js/js_app.h » ('j') | mojo/apps/js/js_app.h » ('J')

Powered by Google App Engine