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

Unified Diff: chrome/browser/resources/settings/search_page/search_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/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index 4ac90a07b66f2d953736f50b0335b52d8324ca6a..aca094f2888f80acc4bccc4e0c8631ff07d53e17 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -1,14 +1,13 @@
<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://resources/polymer/v1_0/more-routing/more-routing.html">
<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_button/cr_button.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-search-page">
- <link rel="import" type="css" href="chrome://md-settings/settings_page/settings_page.css">
<link rel="import" type="css" href="search_page.css">
<template>
- <paper-material>
+ <cr-settings-section page-title="[[pageTitle]]" icon="[[icon]]">
<p i18n-content="searchExplanation"></p>
<div class="search-engines">
@@ -23,7 +22,7 @@
on-click="manageSearchEngines_" raised>
</cr-button>
</div>
- </paper-material>
+ </cr-settings-section>
</template>
<script src="search_page.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698