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

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

Issue 2615673003: [MD WebUI] Move icons used in Bookmarks and Settings to shared file. (Closed)
Patch Set: reorder some icons Created 3 years, 11 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/bluetooth_page/bluetooth_page.js
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js
index 35054c2c1ce4ede61e2d090f91b7aac4b6588d5f..17adea3417c7a03023ec0a5d4b1e352d73e8e5a2 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js
@@ -249,10 +249,10 @@ Polymer({
*/
getIcon_: function() {
if (!this.bluetoothEnabled_)
- return 'settings:bluetooth-disabled';
+ return 'cr:bluetooth-disabled';
if (this.deviceConnected_)
- return 'settings:bluetooth-connected';
- return 'settings:bluetooth';
+ return 'cr:bluetooth-connected';
+ return 'cr:bluetooth';
},
/**

Powered by Google App Engine
This is Rietveld 408576698