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

Unified Diff: content/browser/storage_partition_impl.cc

Issue 2594723002: Count number of origins with data affected by clearing "cookies and site data". (Closed)
Patch Set: remove comments Created 3 years, 11 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: content/browser/storage_partition_impl.cc
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
index 931e7447e917ce8f885e56cc2ab369c7ff96cbea..a3e954258f2b45403f569a820b881a2d5eec19e9 100644
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
@@ -721,7 +721,6 @@ StoragePartitionImpl::QuotaManagedDataDeletionHelper::ClearOriginsOnIOThread(
callback.Run();
return;
}
msramek 2017/01/10 10:23:02 Please re-add the empty line here. That's currentl
dullweber 2017/01/10 13:18:35 Done.
-
size_t* deletion_task_count = new size_t(0u);
(*deletion_task_count)++;
for (std::set<GURL>::const_iterator origin = origins.begin();
« components/browsing_data_strings.grdp ('K') | « components/browsing_data_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698