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

Unified Diff: chrome/browser/browsing_data_local_storage_helper.cc

Issue 10092013: Display third party cookies and site data counts in the WebsiteSettings UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 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/browsing_data_local_storage_helper.cc
diff --git a/chrome/browser/browsing_data_local_storage_helper.cc b/chrome/browser/browsing_data_local_storage_helper.cc
index 446fa95750f3ca3433563e68b3d1222dca76a103..6565bd62f302dfdbf8fee9b4d533b3a33338e128 100644
--- a/chrome/browser/browsing_data_local_storage_helper.cc
+++ b/chrome/browser/browsing_data_local_storage_helper.cc
@@ -23,11 +23,6 @@ using content::BrowserThread;
using content::DOMStorageContext;
using WebKit::WebSecurityOrigin;
-BrowsingDataLocalStorageHelper::LocalStorageInfo::LocalStorageInfo()
- : port(0),
- size(0) {
-}
-
BrowsingDataLocalStorageHelper::LocalStorageInfo::LocalStorageInfo(
const std::string& protocol,
const std::string& host,

Powered by Google App Engine
This is Rietveld 408576698