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 719cf29723f9121d832c33d31a4fee7fbb78a180..47e817154a6c5bd0a8777f6dea749ded074eb4a1 100644 |
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html |
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
@@ -251,7 +251,7 @@ |
<site-settings-category |
selected-site="{{selectedSite}}" |
category="{{ContentSettingsTypes.COOKIES}}"> |
- <div class="settings-box cookie-controls"> |
+ <div class="settings-box extra-options"> |
<settings-toggle-button class="start" |
label="$i18n{thirdPartyCookie}" |
sub-label="$i18n{thirdPartyCookieSublabel}" |
@@ -345,6 +345,12 @@ |
<site-settings-category |
selected-site="{{selectedSite}}" |
category="{{ContentSettingsTypes.PLUGINS}}"> |
+<if expr="chromeos"> |
+ <div actionable class="settings-box extra-options" |
+ on-tap="onAdobeFlashStorageClicked_"> |
+ <div class="list-item list-button">$i18n{adobeFlashStorage}</div> |
+ </div> |
+</if> |
</site-settings-category> |
</settings-subpage> |
</template> |