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> |