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

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

Issue 1346823005: Elim cr_button from md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 53dc9dab42c4413f1dc6e40a6a1a60ebd1f38433..a7a85c73523af09ae6e6c8260fb7e7fd30c408cf 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -1,6 +1,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
-<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_button/cr_button.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html">
<link rel="import" href="chrome://md-settings/search_engines_page/search_engines_page.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_animated_pages.html">
@@ -23,20 +23,20 @@
</template>
</select>
- <cr-button class="search-engines"
+ <paper-button class="search-engines"
i18n-content="searchManageButtonLabel"
on-tap="onSearchEnginesTap_" raised>
- </cr-button>
+ </paper-button>
</div>
</neon-animatable>
<neon-animatable id="search-engines">
<settings-subheader i18n-values="page-title:searchEnginesLabel">
</settings-subheader>
<cr-settings-search-engines-page></cr-settings-search-engines-page>
- <cr-button class="search-engines-advanced"
+ <paper-button class="search-engines-advanced"
i18n-content="advancedPageTitle"
on-tap="onSearchEnginesAdvancedTap_" raised>
- </cr-button>
+ </paper-button>
</neon-animatable>
<neon-animatable id="search-engines-advanced">
<!-- This sub-subpage is purely a placeholder to provide an example. -->

Powered by Google App Engine
This is Rietveld 408576698