diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 05:00:11 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 05:00:11 +0000 |
commit | 5ef99bd93254cb61f9f3f4a43b19bc6c7c8cc139 (patch) | |
tree | e62156d1134c7536943018dbec37c2a86894ecf2 /content/browser/storage_partition_impl.h | |
parent | abab8d767641f0bebacdd8edfb5bc0a0dbb3647e (diff) | |
download | chromium_src-5ef99bd93254cb61f9f3f4a43b19bc6c7c8cc139.zip chromium_src-5ef99bd93254cb61f9f3f4a43b19bc6c7c8cc139.tar.gz chromium_src-5ef99bd93254cb61f9f3f4a43b19bc6c7c8cc139.tar.bz2 |
Begin moving the data deletion object into StoragePartition.
This should be purely a code move.
BUG=85127
Review URL: https://chromiumcodereview.appspot.com/11365236
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/storage_partition_impl.h')
-rw-r--r-- | content/browser/storage_partition_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h index c5af368..fe0c292 100644 --- a/content/browser/storage_partition_impl.h +++ b/content/browser/storage_partition_impl.h @@ -29,6 +29,9 @@ class StoragePartitionImpl : public StoragePartition { virtual webkit_database::DatabaseTracker* GetDatabaseTracker() OVERRIDE; virtual DOMStorageContextImpl* GetDOMStorageContext() OVERRIDE; virtual IndexedDBContextImpl* GetIndexedDBContext() OVERRIDE; + virtual void AsyncClearDataForOrigin( + const GURL& storage_origin, + net::URLRequestContextGetter* request_context_getter) OVERRIDE; private: friend class StoragePartitionImplMap; |