Index: components/html_viewer/public/interfaces/test_html_viewer.mojom |
diff --git a/components/html_viewer/public/interfaces/test_html_viewer.mojom b/components/html_viewer/public/interfaces/test_html_viewer.mojom |
deleted file mode 100644 |
index 899a6be13b28c75c73feff21cf8f0c700ac4b3b5..0000000000000000000000000000000000000000 |
--- a/components/html_viewer/public/interfaces/test_html_viewer.mojom |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-module html_viewer; |
- |
-interface TestHTMLViewer { |
- GetContentAsText() => (string contents); |
- |
- // Executes the specified script. The results is a JSON encoded string. |
- ExecuteScript(string script) => (string? result); |
-}; |