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

Side by Side Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.html

Issue 2947913003: Updated Ads icon for content settings. (Closed)
Patch Set: Indentation Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/icons.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 2
3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
5 <link rel="import" href="../icons.html"> 5 <link rel="import" href="../icons.html">
6 <link rel="import" href="../route.html"> 6 <link rel="import" href="../route.html">
7 <link rel="import" href="../settings_shared_css.html"> 7 <link rel="import" href="../settings_shared_css.html">
8 <link rel="import" href="../site_settings/constants.html"> 8 <link rel="import" href="../site_settings/constants.html">
9 <link rel="import" href="../site_settings/site_settings_behavior.html"> 9 <link rel="import" href="../site_settings/site_settings_behavior.html">
10 <link rel="import" href="../site_settings/site_settings_prefs_browser_proxy.html "> 10 <link rel="import" href="../site_settings/site_settings_prefs_browser_proxy.html ">
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 </div> 184 </div>
185 <button class="subpage-arrow" is="paper-icon-button-light" 185 <button class="subpage-arrow" is="paper-icon-button-light"
186 aria-label="$i18n{siteSettingsPopups}" 186 aria-label="$i18n{siteSettingsPopups}"
187 aria-describedby="popupsSecondary"></button> 187 aria-describedby="popupsSecondary"></button>
188 </div> 188 </div>
189 <template is="dom-if" if="[[enableSafeBrowsingSubresourceFilter_]]"> 189 <template is="dom-if" if="[[enableSafeBrowsingSubresourceFilter_]]">
190 <div id="ads" class="settings-box two-line" 190 <div id="ads" class="settings-box two-line"
191 category$="[[ContentSettingsTypes.ADS]]" 191 category$="[[ContentSettingsTypes.ADS]]"
192 data-route="SITE_SETTINGS_ADS" on-tap="onTapNavigate_" 192 data-route="SITE_SETTINGS_ADS" on-tap="onTapNavigate_"
193 actionable> 193 actionable>
194 <iron-icon icon="cr:open-in-new"></iron-icon> 194 <iron-icon icon="settings:ads"></iron-icon>
195 <div class="middle"> 195 <div class="middle">
196 $i18n{siteSettingsAds} 196 $i18n{siteSettingsAds}
197 <div class="secondary" id="adsSecondary"> 197 <div class="secondary" id="adsSecondary">
198 [[defaultSettingLabel_( 198 [[defaultSettingLabel_(
199 default_.ads, 199 default_.ads,
200 '$i18nPolymer{siteSettingsAllowed}', 200 '$i18nPolymer{siteSettingsAllowed}',
201 '$i18nPolymer{siteSettingsAdsBlock}')]] 201 '$i18nPolymer{siteSettingsAdsBlock}')]]
202 </div> 202 </div>
203 </div> 203 </div>
204 <button class="subpage-arrow" is="paper-icon-button-light" 204 <button class="subpage-arrow" is="paper-icon-button-light"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 data-route="SITE_SETTINGS_PROTECTED_CONTENT" on-tap="onTapNavigate_" 328 data-route="SITE_SETTINGS_PROTECTED_CONTENT" on-tap="onTapNavigate_"
329 actionable> 329 actionable>
330 <iron-icon icon="settings:security"></iron-icon> 330 <iron-icon icon="settings:security"></iron-icon>
331 <div class="middle">$i18n{siteSettingsProtectedContent}</div> 331 <div class="middle">$i18n{siteSettingsProtectedContent}</div>
332 <button class="subpage-arrow" is="paper-icon-button-light" 332 <button class="subpage-arrow" is="paper-icon-button-light"
333 aria-label="$i18n{siteSettingsProtectedContent}"></button> 333 aria-label="$i18n{siteSettingsProtectedContent}"></button>
334 </div> 334 </div>
335 </template> 335 </template>
336 <script src="site_settings_page.js"></script> 336 <script src="site_settings_page.js"></script>
337 </dom-module> 337 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/icons.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698