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

Unified Diff: content/renderer/mojo_context_state.h

Issue 2049363003: Adds support for headless chrome embedder mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 | « content/renderer/mojo_bindings_controller.cc ('k') | content/renderer/mojo_context_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mojo_context_state.h
diff --git a/content/renderer/mojo_context_state.h b/content/renderer/mojo_context_state.h
index 2a60c612ddf3a25005173bbf77beb28447f5bcf4..4fe9ae45a6bc995a7bcd98b7a02369178c738e41 100644
--- a/content/renderer/mojo_context_state.h
+++ b/content/renderer/mojo_context_state.h
@@ -28,6 +28,7 @@ namespace content {
class ResourceFetcher;
class MojoMainRunner;
+enum class MojoBindingsType;
// MojoContextState manages the modules needed for mojo bindings. It does this
// by way of gin. Non-builtin modules are downloaded by way of ResourceFetchers.
@@ -35,7 +36,7 @@ class MojoContextState : public gin::ModuleRegistryObserver {
public:
MojoContextState(blink::WebFrame* frame,
v8::Local<v8::Context> context,
- bool for_layout_tests);
+ MojoBindingsType bindings_type);
~MojoContextState() override;
void Run();
« no previous file with comments | « content/renderer/mojo_bindings_controller.cc ('k') | content/renderer/mojo_context_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698