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

Unified Diff: chrome/browser/resources/settings/about_page/detailed_build_info.html

Issue 2682423002: [MD settings] change menu and domain icons (Closed)
Patch Set: updated comment Created 3 years, 10 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/about_page/detailed_build_info.html
diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.html b/chrome/browser/resources/settings/about_page/detailed_build_info.html
index ee8be1cc545befa668f73b1b386fb5ad39ad7733..135f81371dbebde4e2d668db67e78b897ee537e3 100644
--- a/chrome/browser/resources/settings/about_page/detailed_build_info.html
+++ b/chrome/browser/resources/settings/about_page/detailed_build_info.html
@@ -45,7 +45,7 @@
disabled="[[!canChangeChannel_]]">
$i18n{aboutChangeChannel}
</paper-button>
- <iron-icon icon="cr:domain" hidden="[[canChangeChannel_]]"</iron-icon>
+ <iron-icon icon="cr20:domain" hidden="[[canChangeChannel_]]"</iron-icon>
</div>
<template is="dom-if" if="[[showChannelSwitcherDialog_]]" restamp>
<settings-channel-switcher-dialog></settings-channel-switcher-dialog>

Powered by Google App Engine
This is Rietveld 408576698