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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details.html

Issue 1867363003: Better support for patterns. (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
Index: chrome/browser/resources/settings/site_settings/site_details.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html
index c029fb86f638fed2ef175046954d21160dc7fbd9..cd39d57574f3f1169e65756ed7f9f4288bab7ad5 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -13,7 +13,7 @@
<template>
<style include="settings-shared"></style>
<div class="settings-box block">
- <div class="origin">[[site.origin]]</div>
+ <div class="origin">[[site.originForDisplay]]</div>
<h2 i18n-content="siteSettingsUsage" id="usage"
hidden$="[[!storedData_]]"></h2>
<paper-item id="storage" hidden$="[[!storedData_]]">

Powered by Google App Engine
This is Rietveld 408576698