| 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');
|
|
|