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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js

Issue 1277183003: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN build Created 5 years, 1 month 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: 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');

Powered by Google App Engine
This is Rietveld 408576698