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

Unified Diff: content/public/test/test_mojo_service.mojom

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/public/test/test_mojo_service.mojom
diff --git a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp b/content/public/test/test_mojo_service.mojom
similarity index 70%
copy from tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
copy to content/public/test/test_mojo_service.mojom
index b6dc2dffe589999c1be755a4ecef4f7dfd55e6ff..e4179168ff3f60949b153b971764fe0337b3d31e 100644
--- a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
+++ b/content/public/test/test_mojo_service.mojom
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "traceimpl_omitted_trace.h"
+module content;
-// Nothing to define here.
+interface TestMojoService {
+ DoSomething() => ();
+};

Powered by Google App Engine
This is Rietveld 408576698