Index: chrome/browser/ui/webui/cookies_tree_model_util.cc |
=================================================================== |
--- chrome/browser/ui/webui/cookies_tree_model_util.cc (revision 97928) |
+++ chrome/browser/ui/webui/cookies_tree_model_util.cc (working copy) |
@@ -168,7 +168,7 @@ |
const BrowsingDataIndexedDBHelper::IndexedDBInfo& indexed_db_info = |
*node.GetDetailedInfo().indexed_db_info; |
- dict->SetString(kKeyOrigin, indexed_db_info.origin); |
+ dict->SetString(kKeyOrigin, indexed_db_info.origin.spec()); |
dict->SetString(kKeySize, ui::FormatBytes(indexed_db_info.size)); |
dict->SetString(kKeyModified, UTF16ToUTF8( |
base::TimeFormatFriendlyDateAndTime(indexed_db_info.last_modified))); |