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

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

Issue 2268273002: Site Settings Desktop: Show the type of cookie in dropdown (instead of url). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polish 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
Index: chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
index 9ec87a0492c62976a7fd468ffcbb411ce23d571d..8b7553d63aab248d469b83bfb38c80257ab1420d 100644
--- a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
@@ -25,7 +25,7 @@
<template is="dom-repeat" items="[[entries_]]">
<button class="dropdown-item" role="option"
picker-value$="[[item.id]]">
- [[item.title]]
+ [[getEntryDescription(item)]]
</button>
</template>
</paper-listbox>

Powered by Google App Engine
This is Rietveld 408576698