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

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: 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 | « headless/lib/embedder_mojo_browsertest.cc ('k') | headless/lib/headless_browsertest_resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
-
« no previous file with comments | « headless/lib/embedder_mojo_browsertest.cc ('k') | headless/lib/headless_browsertest_resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698