Chromium Code Reviews| 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..d09197a6d6f4caf5e4bec7a9d0d5a4bfc443eea2 100644 |
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| @@ -349,10 +349,15 @@ |
| sub-option-label="$i18n{siteSettingsFlashAskBefore}" |
| sub-option-secondary="$i18n{siteSettingsFlashAskBeforeSubtitle}"> |
| </category-default-setting> |
| + |
| + |
|
Dan Beam
2017/01/24 05:25:33
why so spacious?
scottchen
2017/01/24 19:39:12
Done. That batman reference though :)
|
| <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 |