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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_adder.html

Issue 1346823005: Elim cr_button from md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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_engines_page/search_engine_adder.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_adder.html b/chrome/browser/resources/settings/search_engines_page/search_engine_adder.html
index 780fad012a706a9005ae376a147e8d49296c8168..0c4459d151748e07c294c3215548d148f529a886 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_adder.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_adder.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/iron-flex-layout/classes/iron-flex-layout.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://resources/cr_elements/v1_0/cr_collapse/cr_collapse.html">
<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_input/cr_input.html">
@@ -32,9 +32,9 @@
</cr-input>
</div>
<div class="layout horizontal center">
- <cr-button i18n-content="searchEnginesAddButtonLabel"
+ <paper-button i18n-content="searchEnginesAddButtonLabel"
on-click="{{add_}}" raised>
- </cr-button>
+ </paper-button>
</div>
</div>
</cr-collapse>

Powered by Google App Engine
This is Rietveld 408576698