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

Unified Diff: content/public/browser/storage_partition.h

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/public/browser/storage_partition.h
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
index b0348da5858a25377f0912a04b492fb2d6df5a25..802454c8ef2245009ff7d21efef89d7a985d2242 100644
--- a/content/public/browser/storage_partition.h
+++ b/content/public/browser/storage_partition.h
@@ -76,16 +76,9 @@ class StoragePartition {
// corresonding to the given |storage_mask| inside this StoragePartition for
// the given |storage_origin|. Note kSessionDomStorage is not cleared and the
// mask is ignored.
- //
- // TODO(ajwong): Right now, the embedder may have some
- // URLRequestContextGetter objects that the StoragePartition does not know
- // about. This will no longer be the case when we resolve
- // http://crbug.com/159193. Remove |request_context_getter| when that bug
- // is fixed.
virtual void AsyncClearDataForOrigin(
uint32 storage_mask,
- const GURL& storage_origin,
- net::URLRequestContextGetter* request_context_getter) = 0;
+ const GURL& storage_origin) = 0;
// Similar to AsyncClearDataForOrigin(), but deletes all data out of the
// StoragePartition rather than just the data related to this origin.
« chrome/browser/profiles/profile_io_data.h ('K') | « content/public/browser/content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698