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

Unified Diff: chrome/browser/resources/settings/device_page/device_page.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
Index: chrome/browser/resources/settings/device_page/device_page.js
diff --git a/chrome/browser/resources/settings/device_page/device_page.js b/chrome/browser/resources/settings/device_page/device_page.js
index c029783d840f3b89edb6e762471274e42ef3894e..622ca21a703adcba26cc822d79ca13d699618629 100644
--- a/chrome/browser/resources/settings/device_page/device_page.js
+++ b/chrome/browser/resources/settings/device_page/device_page.js
@@ -35,10 +35,10 @@ Polymer({
},
/** @private */
- noteAllowed_: {
+ stylusAllowed_: {
type: Boolean,
value: function() {
- return loadTimeData.getBoolean('noteAllowed');
+ return loadTimeData.getBoolean('stylusAllowed');
},
readOnly: true,
},
@@ -101,8 +101,8 @@ Polymer({
* Handler for tapping the Keyboard settings menu item.
* @private
*/
- onNoteTap_: function() {
- settings.navigateTo(settings.Route.NOTES);
+ onStylusTap_: function() {
+ settings.navigateTo(settings.Route.STYLUS);
},
/**

Powered by Google App Engine
This is Rietveld 408576698