Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index addc4d7800c5beba34b0efbe7d4c13d978fa125d..ff4446f3843b51eae0726f78fae2262642a48f06 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -50,6 +50,9 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
static void ForEachStoragePartition( |
BrowserContext* browser_context, |
const StoragePartitionCallback& callback); |
+ static void AsyncObliterateStoragePartition( |
+ BrowserContext* browser_context, |
+ const GURL& site); |
// DON'T USE THIS. GetDefaultStoragePartition() is going away. |
// Use GetStoragePartition() instead. Ask ajwong@ if you have problems. |