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

Unified Diff: chrome/browser/resources/settings/sync_page/sync_page.js

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/sync_page/sync_page.js
diff --git a/chrome/browser/resources/settings/sync_page/sync_page.js b/chrome/browser/resources/settings/sync_page/sync_page.js
index f671e1fdc8f49ad8bb648fe9d3b8331c9bfdbe4f..2115f858bb2b4dbd658694c2dbeeafb359210e53 100644
--- a/chrome/browser/resources/settings/sync_page/sync_page.js
+++ b/chrome/browser/resources/settings/sync_page/sync_page.js
@@ -58,11 +58,10 @@ Polymer({
/**
* Name of the 'iron-icon' to show.
- * TODO(khorimoto): Find the correct icon to show.
*/
icon: {
type: String,
- value: 'accessibility',
+ value: 'notification:sync',
readOnly: true,
},
},

Powered by Google App Engine
This is Rietveld 408576698