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

Unified Diff: chrome/browser/resources/settings/controls/extension_controlled_indicator.html

Issue 2528523002: MD Settings: add unit tests for <extension-controlled-indicator> (Closed)
Patch Set: minus dep Created 4 years, 1 month 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/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/extension_controlled_indicator.html
diff --git a/chrome/browser/resources/settings/controls/extension_controlled_indicator.html b/chrome/browser/resources/settings/controls/extension_controlled_indicator.html
index 1baef10a3287bd81647f1c641c37b291c5d07e5a..bd477d7f5296ff260f714c3f89d1ee3d7c3ccf7b 100644
--- a/chrome/browser/resources/settings/controls/extension_controlled_indicator.html
+++ b/chrome/browser/resources/settings/controls/extension_controlled_indicator.html
@@ -2,6 +2,8 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="/extension_control_browser_proxy.html">
+<link rel="import" href="/i18n_setup.html">
+<link rel="import" href="/settings_shared_css.html">
<dom-module id="extension-controlled-indicator">
<template>
@@ -24,9 +26,9 @@
flex: 1;
}
</style>
- <img src="chrome://extension-icon/[[extensionId]]/40/1">
+ <img role="presentation" src="chrome://extension-icon/[[extensionId]]/40/1">
<span inner-h-t-m-l="[[getLabel_(extensionId, extensionName)]]"></span>
- <template is="dom-if" if="[[extensionCanBeDisabled]]">
+ <template is="dom-if" if="[[extensionCanBeDisabled]]" restamp>
<paper-button class="secondary-button" on-tap="onDisableTap_">
$i18n{disable}
</paper-button>
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698