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

Unified Diff: headless/lib/embedder_test.mojom

Issue 2049363003: Adds support for headless chrome embedder mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Abandon (for now) the concice bindings. Add BINDINGS_POLICY_HEADLESS and headless-mojo:// Created 4 years, 6 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
Index: headless/lib/embedder_test.mojom
diff --git a/cc/ipc/filter_operations.mojom b/headless/lib/embedder_test.mojom
similarity index 50%
copy from cc/ipc/filter_operations.mojom
copy to headless/lib/embedder_test.mojom
index 9e94216aefe2c30443cac53624263a9f0cfad188..553709a198651778898a7dd081d802896f1b81cb 100644
--- a/cc/ipc/filter_operations.mojom
+++ b/headless/lib/embedder_test.mojom
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module cc.mojom;
+module embedder_test;
-import "cc/ipc/filter_operation.mojom";
-
-// See cc/output/filter_operations.h.
-struct FilterOperations {
- array<cc.mojom.FilterOperation> operations;
+// An example embedder Mojo service.
+interface TestEmbedderService {
+ // Returns a test result to the embedder.
+ ReturnTestResult(string result);
};
-

Powered by Google App Engine
This is Rietveld 408576698