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

Unified Diff: chrome/browser/resources/options/chromeos/stylus_overlay.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/options/chromeos/stylus_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/stylus_overlay.html b/chrome/browser/resources/options/chromeos/stylus_overlay.html
index 861e7b47e46901d2982c8a9b4c1aa62a30ac0612..8f1fbc274ad489ec0db71fddc1eb90547f9eae40 100644
--- a/chrome/browser/resources/options/chromeos/stylus_overlay.html
+++ b/chrome/browser/resources/options/chromeos/stylus_overlay.html
@@ -6,6 +6,12 @@
<div class="option-name">
<div class="checkbox controlled-setting-with-label">
<label>
+ <input pref="settings.enable_stylus_tools" type="checkbox">
+ <span i18n-content="stylusEnableStylusTools"></span>
+ </label>
+ </div>
+ <div class="checkbox controlled-setting-with-label">
+ <label>
<input pref="settings.launch_palette_on_eject_event"
type="checkbox">
<span i18n-content="stylusAutoOpenStylusTools"></span>

Powered by Google App Engine
This is Rietveld 408576698