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

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

Issue 2815363002: MD Settings: About: Provide correct indicator name (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4e86bf590706870f64d5219fadf50ad92745c3d2..d9ee2a067ebcf5511e25ae8ee4acd8d26f57e8de 100644
--- a/chrome/browser/resources/settings/about_page/detailed_build_info.html
+++ b/chrome/browser/resources/settings/about_page/detailed_build_info.html
@@ -46,7 +46,8 @@
</paper-button>
<template is="dom-if" if="[[!canChangeChannel_]]">
<cr-policy-indicator
- name="[[getChangeChannelIndicatorSourceName_(canChangeChannel_)]]"
+ indicator-source-name="[[getChangeChannelIndicatorSourceName_(
+ canChangeChannel_)]]"
indicator-type="[[getChangeChannelIndicatorType_(
canChangeChannel_)]]">
</cr-policy-indicator>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698