| Index: chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc (revision 97265)
|
| +++ chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc (working copy)
|
| @@ -592,7 +592,7 @@
|
| UpdateVisibleDetailedInfo(self, self->indexed_db_details_table_);
|
|
|
| gtk_entry_set_text(GTK_ENTRY(self->indexed_db_origin_entry_),
|
| - indexed_db_info.origin.c_str());
|
| + indexed_db_info.origin_url.spec().c_str());
|
| gtk_entry_set_text(GTK_ENTRY(self->indexed_db_size_entry_),
|
| UTF16ToUTF8(ui::FormatBytes(
|
| indexed_db_info.size)).c_str());
|
|
|