Index: content/public/browser/dom_storage_context.h |
=================================================================== |
--- content/public/browser/dom_storage_context.h (revision 123509) |
+++ content/public/browser/dom_storage_context.h (working copy) |
@@ -28,9 +28,6 @@ |
public: |
virtual ~DOMStorageContext() {} |
- CONTENT_EXPORT static DOMStorageContext* GetForBrowserContext( |
- BrowserContext* browser_context); |
- |
// Returns all the file paths of local storage files. |
virtual std::vector<FilePath> GetAllStorageFiles() = 0; |