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

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

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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/detailed_build_info.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.js
diff --git a/chrome/browser/resources/settings/about_page/about_page.js b/chrome/browser/resources/settings/about_page/about_page.js
index 1e53ea6d7c58bbafc7b964ee3d70570a14eb1a22..e19861d4fab15100e55c8c1690fe1f05d0a22336 100644
--- a/chrome/browser/resources/settings/about_page/about_page.js
+++ b/chrome/browser/resources/settings/about_page/about_page.js
@@ -294,7 +294,7 @@ Polymer({
switch (this.currentUpdateStatusEvent_.status) {
case UpdateStatus.DISABLED_BY_ADMIN:
- return 'cr:domain';
+ return 'cr20:domain';
case UpdateStatus.FAILED:
return 'settings:error';
case UpdateStatus.UPDATED:
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/detailed_build_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698