| 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
|
|
|