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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_page.html

Issue 1241363002: Settings Rewrite: Make a common settings-section component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0300-webui-settings-structure
Patch Set: Created 5 years, 5 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/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index a0e67bf69ddf13b348751750a9dad6ca7b24105a..58c4b444c6efd6b229eca9b5e849dcba165eb495 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -1,13 +1,11 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-material.html">
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html">
+<link rel="import" href="chrome://md-settings/settings_page/settings_section.html">
<dom-module id="cr-settings-a11y-page">
- <link rel="import" type="css"
- href="chrome://md-settings/settings_page/settings_page.css">
<link rel="import" type="css" href="a11y_page.css">
<template>
- <paper-material>
+ <cr-settings-section page-title="[[pageTitle]]" icon="[[icon]]">
michaelpg 2015/07/21 22:04:01 Distributing all of the page content to another el
tommycli 2015/07/22 19:06:42 Done.
<div class="more-a11y-link">
<a href="https://chrome.google.com/webstore/category/collection/accessibility"
target="_blank" i18n-content="moreFeaturesLink"></a>
@@ -63,7 +61,7 @@
</cr-settings-checkbox>
</if>
- </paper-material>
+ </cr-settings-section>
</template>
<script src="a11y_page.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698