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

Unified Diff: chrome/browser/resources/options/chromeos/note_overlay.html

Issue 2258553004: Add pref to enable/disable palette tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial upload 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/note_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/note_overlay.html b/chrome/browser/resources/options/chromeos/note_overlay.html
index faa344b7f3bd4dbdced4e078c4a44601471a02d6..b4bb04e3eca9f2becd19d37533152cfaf8e5002b 100644
--- a/chrome/browser/resources/options/chromeos/note_overlay.html
+++ b/chrome/browser/resources/options/chromeos/note_overlay.html
@@ -6,6 +6,13 @@
<div class="option-name">
<div class="checkbox controlled-setting-with-label">
<label>
+ <input pref="settings.enable_ash_palette"
+ type="checkbox">
stevenjb 2016/08/23 17:36:41 one line? If not, 4 space indent.
jdufault 2016/08/23 22:49:56 Done.
+ <span i18n-content="noteEnableAshPalette"></span>
+ </label>
+ </div>
+ <div class="checkbox controlled-setting-with-label">
+ <label>
<input pref="settings.launch_note_app_on_eject_event"
type="checkbox">
stevenjb 2016/08/23 17:36:41 Please fix this indent to 4 spaces also, thanks.
jdufault 2016/08/23 22:49:56 Done.
<span i18n-content="noteDefaultAppAutoLaunch"></span>

Powered by Google App Engine
This is Rietveld 408576698