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

Unified Diff: chrome/browser/resources/options/options.js

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: A few more string changes Created 4 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
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options/options_bundle.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options.js
diff --git a/chrome/browser/resources/options/options.js b/chrome/browser/resources/options/options.js
index 6c2f52d7ca8a4339f85e9814000111e857098871..e385d835c40949b14a032611b4b563ddd5dbb372 100644
--- a/chrome/browser/resources/options/options.js
+++ b/chrome/browser/resources/options/options.js
@@ -223,9 +223,9 @@ function load() {
[$('pointer-settings-button')]);
PageManager.registerOverlay(PreferredNetworks.getInstance(),
BrowserOptions.getInstance());
- PageManager.registerOverlay(NoteOverlay.getInstance(),
+ PageManager.registerOverlay(StylusOverlay.getInstance(),
BrowserOptions.getInstance(),
- [$('note-settings-link')]);
+ [$('stylus-settings-link')]);
PageManager.registerOverlay(PowerOverlay.getInstance(),
BrowserOptions.getInstance(),
[$('power-settings-link')]);
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options/options_bundle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698