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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: move comment about action_link_css to action_likn_css.html Created 3 years, 11 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index c9a703197dbd79277149e406de82fc4bc63161eb..f0f28d98ba20bef26d555c7f3c7849cfb4a65c69 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -352,7 +352,10 @@
<if expr="chromeos">
<div actionable class="settings-box"
on-tap="onAdobeFlashStorageClicked_">
- <div class="list-item list-button">$i18n{adobeFlashStorage}</div>
+ <div class="start">
+ $i18n{adobeFlashStorage}
+ </div>
+ <button class="icon-external" is="paper-icon-button-light"></button>
</div>
</if>
<category-setting-exceptions

Powered by Google App Engine
This is Rietveld 408576698