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

Unified Diff: chrome/browser/resources/chromeos/chromevox/s2s/background/loader.js

Issue 1536493002: Working proof of concept of select to speak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drag across multiple objects Created 5 years 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/s2s/background/loader.js
diff --git a/chrome/browser/resources/chromeos/login/gaia_card.js b/chrome/browser/resources/chromeos/chromevox/s2s/background/loader.js
similarity index 83%
copy from chrome/browser/resources/chromeos/login/gaia_card.js
copy to chrome/browser/resources/chromeos/chromevox/s2s/background/loader.js
index 7dd2a42a8bc269f6a901f0ec6ebb6095b76123e7..e1abdad47f98989a7ca6e930393ddba8a85e5783 100644
--- a/chrome/browser/resources/chromeos/login/gaia_card.js
+++ b/chrome/browser/resources/chromeos/chromevox/s2s/background/loader.js
@@ -2,6 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({
- is: 'gaia-card'
-});
+goog.require('s2s.Background');

Powered by Google App Engine
This is Rietveld 408576698