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

Unified Diff: chrome/browser/resources/settings/device_page/stylus.html

Issue 2258553004: Add pref to enable/disable palette tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase 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/stylus.html
diff --git a/chrome/browser/resources/settings/device_page/stylus.html b/chrome/browser/resources/settings/device_page/stylus.html
index 52bc3466fa2f98b4c73111205cdaf68e8dbc777d..6e818a50b6604c2dc62987dcaf4b5c67e7760d03 100644
--- a/chrome/browser/resources/settings/device_page/stylus.html
+++ b/chrome/browser/resources/settings/device_page/stylus.html
@@ -9,6 +9,13 @@
<div class="settings-box">
<settings-checkbox
+ pref="{{prefs.settings.enable_stylus_tools}}"
+ label="$i18n{stylusEnableStylusTools}">
+ </settings-checkbox>
+ </div>
+
+ <div class="settings-box continuation">
+ <settings-checkbox
pref="{{prefs.settings.launch_palette_on_eject_event}}"
label="$i18n{stylusAutoOpenStylusTools}">
</settings-checkbox>
« no previous file with comments | « chrome/browser/resources/options/chromeos/stylus_overlay.html ('k') | chrome/browser/ui/ash/palette_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698