| 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.
|
|
|