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

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

Issue 2249873003: Settings: Fix Site Details subpage routing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment typo Created 4 years, 4 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/route.js » ('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 46063e85e274735061921f06d61472ddd214677d..9fdfea7218519e7a24c08700f25da6e0b2faedef 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -225,7 +225,7 @@
</site-settings-category>
</settings-subpage>
</template>
- <template is="dom-if" name="protocol-handlers" no-search>
+ <template is="dom-if" route-path="/siteSettings/handlers" no-search>
<settings-subpage page-title="$i18n{siteSettingsCategoryHandlers}">
<protocol-handlers></protocol-handlers>
</settings-subpage>
@@ -292,8 +292,7 @@
<usb-devices></usb-devices>
</settings-subpage>
</template>
-
- <template is="dom-if" name="site-details" no-search>
+ <template is="dom-if" route-path="/siteSettings/siteDetails" no-search>
<settings-subpage page-title="[[selectedSite.originForDisplay]]">
<site-details site="[[selectedSite]]"></site-details>
</settings-subpage>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698