diff options
Diffstat (limited to 'chrome/browser/extensions/extension_data_deleter.h')
-rw-r--r-- | chrome/browser/extensions/extension_data_deleter.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/extensions/extension_data_deleter.h b/chrome/browser/extensions/extension_data_deleter.h index c3ab6ce..41c781b 100644 --- a/chrome/browser/extensions/extension_data_deleter.h +++ b/chrome/browser/extensions/extension_data_deleter.h @@ -70,11 +70,6 @@ class ExtensionDataDeleter // thread. void DeleteDatabaseOnFileThread(); - // Deletes local storage for the extension. May only be called in a - // DOMStorageContext sequenced task. - void DeleteLocalStorageInSequencedTask( - content::DOMStorageContext* dom_storage_context); - // Deletes indexed db files for the extension. May only be called on the // webkit thread. void DeleteIndexedDBOnWebkitThread( |