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

Unified Diff: chrome/browser/resources/settings/device_page/note.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/settings/device_page/note.html
diff --git a/chrome/browser/resources/settings/device_page/note.html b/chrome/browser/resources/settings/device_page/note.html
index d92ca6ff205a6fe1fb96e555c73487a5115c858c..0a72fb79ff0693ea73b3d565ac35fa5c7f782cbb 100644
--- a/chrome/browser/resources/settings/device_page/note.html
+++ b/chrome/browser/resources/settings/device_page/note.html
@@ -9,6 +9,13 @@
<div class="settings-box">
<settings-checkbox
+ pref="{{prefs.settings.enable_ash_palette}}"
+ label="$i18n{noteEnableAshPalette}">
+ </settings-checkbox>
+ </div>
+
+ <div class="settings-box continuation">
+ <settings-checkbox
pref="{{prefs.settings.launch_note_app_on_eject_event}}"
label="$i18n{noteDefaultAppAutoLaunch}">
</settings-checkbox>

Powered by Google App Engine
This is Rietveld 408576698