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

Unified Diff: chrome/browser/resources/settings/device_page/note.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/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
deleted file mode 100644
index 75d57c60d5e2ee1614623b2a1a168c816c034d9d..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/device_page/note.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<link rel="import" href="chrome://resources/html/action_link.html">
-<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="/controls/settings_checkbox.html">
-<link rel="import" href="/settings_shared_css.html">
-
-<dom-module id="settings-note">
- <template>
- <style include="settings-shared"></style>
-
- <div class="settings-box">
- <settings-checkbox
- pref="{{prefs.settings.launch_palette_on_eject_event}}"
- label="$i18n{noteDefaultAppAutoLaunch}">
- </settings-checkbox>
- </div>
-
- <div class="settings-box">
- <!-- TODO(jdufault): This should launch an intent (using the
- enable-intent-picker flag) that opens up the play store to a curated
- list of apps. -->
- <a is="action-link" target="_blank"
- href="https://chrome.google.com/webstore/category/apps">
- $i18n{noteFindMoreApps}
- </a>
- </div>
-
- </template>
- <script src="note.js"></script>
-</dom-module>
« no previous file with comments | « chrome/browser/resources/settings/device_page/device_page.js ('k') | chrome/browser/resources/settings/device_page/note.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698