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

Unified Diff: chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js

Issue 536233002: Begin introducing some of the initial pieces for ChromeVox next commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromeos_conversions
Patch Set: Rebase. Created 6 years, 3 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js b/chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
similarity index 67%
copy from chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
copy to chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
index ec7999afeabaac98adb6ad748c24277504461b4a..401a9c7c323bb27040332558de7bab1de3d591f4 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
+++ b/chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
@@ -3,8 +3,7 @@
// found in the LICENSE file.
/**
- * @fileoverview Loads the options script.
- *
+ * @fileoverview Loader for the background page.
*/
-goog.require('cvox.OptionsPage');
+goog.require('cvox2.Background');
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698