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

Unified Diff: chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc

Issue 7692016: Delete indexedDBs from the cookie tree ui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/ui/gtk/gtk_chrome_cookie_view.cc
===================================================================
--- chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc (revision 97928)
+++ 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.spec().c_str());
gtk_entry_set_text(GTK_ENTRY(self->indexed_db_size_entry_),
UTF16ToUTF8(ui::FormatBytes(
indexed_db_info.size)).c_str());
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm ('k') | chrome/browser/ui/views/indexed_db_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698