Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js |
diff --git a/components/web_view/test_runner/public/interfaces/layout_test_runner.mojom b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js |
similarity index 69% |
copy from components/web_view/test_runner/public/interfaces/layout_test_runner.mojom |
copy to chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js |
index 22fdffaff13479b668df2cd1c157e83681778bc8..1d7156cb68d7050dc1a9dd9b4642b71f664adf77 100644 |
--- a/components/web_view/test_runner/public/interfaces/layout_test_runner.mojom |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module web_view; |
+/** |
+ * @fileoverview Loads the panel script. |
+ * |
+ */ |
-interface LayoutTestRunner { |
- TestFinished(); |
-}; |
+goog.require('Panel'); |