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

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

Issue 1282593002: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to accessibility_manager in this change Created 5 years, 4 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: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js
diff --git a/chrome/browser/resources/chromeos/login/gaia_header.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js
similarity index 67%
copy from chrome/browser/resources/chromeos/login/gaia_header.js
copy to chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js
index 69898a4e223333b0e8ab849df9582b0c38530546..e5f2ec26dc6452c87bb674ee2fc5368e84903c4a 100644
--- a/chrome/browser/resources/chromeos/login/gaia_header.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_loader.js
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({
- is: 'gaia-header',
+/**
+ * @fileoverview Loads the panel script.
+ *
+ */
- properties: {
- email: String
- }
-});
+goog.require('cvox.Panel');

Powered by Google App Engine
This is Rietveld 408576698