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

Unified Diff: chrome/browser/browsing_data/browsing_data_local_storage_helper.h

Issue 2005783005: Re-enable storage for Suborigins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_local_storage_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_local_storage_helper.h
diff --git a/chrome/browser/browsing_data/browsing_data_local_storage_helper.h b/chrome/browser/browsing_data/browsing_data_local_storage_helper.h
index 47f12f578137c306a5da52dddd94f4c01fe4e851..b261e2cf125d98829c60a52d174c661881684cc0 100644
--- a/chrome/browser/browsing_data/browsing_data_local_storage_helper.h
+++ b/chrome/browser/browsing_data/browsing_data_local_storage_helper.h
@@ -9,6 +9,7 @@
#include <stdint.h>
#include <list>
+#include <map>
#include <set>
#include "base/callback.h"
@@ -92,6 +93,7 @@ class CannedBrowsingDataLocalStorageHelper
~CannedBrowsingDataLocalStorageHelper() override;
std::set<GURL> pending_local_storage_info_;
+ std::multimap<GURL, GURL> pending_origins_to_pending_suborigins_;
DISALLOW_COPY_AND_ASSIGN(CannedBrowsingDataLocalStorageHelper);
};
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_local_storage_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698