Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: content/browser/dom_storage/dom_storage_context_impl.h

Issue 10449103: Update the DOMStorageContext public interface in the content layer to remove FilePaths and origin_i… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/dom_storage/dom_storage_context_impl.h
===================================================================
--- content/browser/dom_storage/dom_storage_context_impl.h (revision 140052)
+++ content/browser/dom_storage/dom_storage_context_impl.h (working copy)
@@ -32,6 +32,10 @@
quota::SpecialStoragePolicy* special_storage_policy);
// DOMStorageContext implementation.
+ virtual void GetUsageInfo(const GetUsageInfoCallback& callback) OVERRIDE;
+ virtual void DeleteOrigin(const GURL& origin) OVERRIDE;
+
+ // DEPRECATED DOMStorageContext implementation.
virtual void GetAllStorageFiles(
const GetAllStorageFilesCallback& callback) OVERRIDE;
virtual FilePath GetFilePath(const string16& origin_id) const OVERRIDE;
« no previous file with comments | « no previous file | content/browser/dom_storage/dom_storage_context_impl.cc » ('j') | content/public/browser/dom_storage_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698