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

Unified Diff: mojo/services/html_viewer/public/interfaces/html_viewer.mojom

Issue 1049013004: Add some simple HTMLViewer apptests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Continue cleanup. Created 5 years, 9 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: mojo/services/html_viewer/public/interfaces/html_viewer.mojom
diff --git a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp b/mojo/services/html_viewer/public/interfaces/html_viewer.mojom
similarity index 71%
copy from tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
copy to mojo/services/html_viewer/public/interfaces/html_viewer.mojom
index b6dc2dffe589999c1be755a4ecef4f7dfd55e6ff..d0f6337466c0e3dcafbca3e4195c9185d9f019e7 100644
--- a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
+++ b/mojo/services/html_viewer/public/interfaces/html_viewer.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 mojo;
-// Nothing to define here.
+interface HTMLViewerTestAPI {
+ WaitForLoad() => ();
+};

Powered by Google App Engine
This is Rietveld 408576698