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

Unified Diff: chrome/browser/resources/settings/sync_page/sync_page.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/sync_page/sync_page.html
diff --git a/chrome/browser/resources/settings/sync_page/sync_page.html b/chrome/browser/resources/settings/sync_page/sync_page.html
index e61c19b5df9f043c860c792461cf3fcf94e98eab..9a8ac2972f659a1c3952e4bad8656aabd790ebd8 100644
--- a/chrome/browser/resources/settings/sync_page/sync_page.html
+++ b/chrome/browser/resources/settings/sync_page/sync_page.html
@@ -1,8 +1,8 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/paper-radio-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper-radio-group.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">
<dom-module id="cr-settings-sync-page">
@@ -65,9 +65,9 @@
</paper-radio-button>
</paper-radio-group>
<div>
- <cr-button i18n-content="useDefaultSettingsButton"></cr-button>
- <cr-button i18n-content="cancelButton"></cr-button>
- <cr-button i18n-content="okButton"></cr-button>
+ <paper-button i18n-content="useDefaultSettingsButton"></paper-button>
+ <paper-button i18n-content="cancelButton"></paper-button>
+ <paper-button i18n-content="okButton"></paper-button>
</div>
</template>
<script src="sync_page.js"></script>

Powered by Google App Engine
This is Rietveld 408576698