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

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

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: A few more string changes 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
deleted file mode 100644
index 1e90a2ef79cc34e76854f31fc747afc62d7f6db1..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/chromeos/note_overlay.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<div id="note-overlay" class="page" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="noteOverlay"></h1>
- <div class="content-area">
- <div class="option-control-table">
- <div class="option-name">
- <div class="checkbox controlled-setting-with-label">
- <label>
- <input pref="settings.launch_palette_on_eject_event"
- type="checkbox">
- <span i18n-content="noteDefaultAppAutoLaunch"></span>
- </label>
- </div>
- </div>
- </div>
-
- <!-- TODO(jdufault): Real webstore link -->
- <a is="action-link" i18n-content="noteFindMoreApps" target="_blank"
- id='note-find-more-link'
- href="https://chrome.google.com/webstore/category/apps"></a>
- </div>
-
- <div class="action-area">
- <div class="button-strip">
- <button id="note-cancel" type="reset" i18n-content="cancel"></button>
- <button id="note-confirm" class="default-button" type="submit"
- i18n-content="ok">
- </button>
- </div>
- </div>
-</div>
« no previous file with comments | « chrome/browser/resources/options/chromeos/note_overlay.css ('k') | chrome/browser/resources/options/chromeos/note_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698