Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js |
diff --git a/chrome/test/data/extensions/background_app/BackgroundApp.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js |
similarity index 65% |
copy from chrome/test/data/extensions/background_app/BackgroundApp.js |
copy to chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js |
index d5ee7e217cfa4e121ea4faa2a0c1b2524994b927..a23364193fb42c17b592bcca0ba8e1b78721a9df 100644 |
--- a/chrome/test/data/extensions/background_app/BackgroundApp.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js |
@@ -2,5 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// This is a simple v2 app with background permission and a background script. |
+/** |
+ * @fileoverview Loads the options script. |
+ * |
+ */ |
+goog.require('cvox.OptionsPage'); |