Index: storage/browser/quota/special_storage_policy.h |
diff --git a/storage/browser/quota/special_storage_policy.h b/storage/browser/quota/special_storage_policy.h |
index e6c37b56bbdb87a0a98afe5809bac3640679e894..276d6acd8c1bdcba204e8487a5dfbbd2c3c19393 100644 |
--- a/storage/browser/quota/special_storage_policy.h |
+++ b/storage/browser/quota/special_storage_policy.h |
@@ -52,10 +52,6 @@ class STORAGE_EXPORT SpecialStoragePolicy |
// disk capacity. |
virtual bool CanQueryDiskSize(const GURL& origin) = 0; |
- // Checks if extension identified with |extension_id| is registered as |
- // file handler. |
- virtual bool IsFileHandler(const std::string& extension_id) = 0; |
- |
// Checks if the origin contains per-site isolated storage. |
virtual bool HasIsolatedStorage(const GURL& origin) = 0; |