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

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

Issue 1863623002: Convert Site Details to settings-subpage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_details.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0b66963cf71a20eb3ef2dc272383ccffec131be0..8d52d8fff1920e354c0fb4001d6a4dbdf0847e4e 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -215,13 +215,12 @@
</settings-subpage>
</template>
- <!-- TODO(finnur): switch to settings-subpage (crbug.com/597314). -->
- <neon-animatable id="site-details">
- <site-details
- site="{{selectedSite}}"
- current-route="{{currentRoute}}">
- </site-details>
- </neon-animatable>
+ <template is="dom-if" name="site-details">
+ <settings-subpage
+ page-title="[[i18n('siteSettingsSiteDetailsPageTitle')]]">
+ <site-details site="[[selectedSite]]"></site-details>
+ </settings-subpage>
+ </template>
</settings-animated-pages>
</template>
<script src="privacy_page.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_details.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698