| 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() => ();
|
| +};
|
|
|