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

Unified Diff: content/public/browser/dom_storage_context.h

Issue 10413072: Teaching BrowsingDataRemover how to delete application data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bernhard #2. 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/public/browser/dom_storage_context.h
diff --git a/content/public/browser/dom_storage_context.h b/content/public/browser/dom_storage_context.h
index 4c96e505b5640010ae504adac4205d041b9883dd..cf0af41b183899bf7c2e06bf763abe75d8dfab40 100644
--- a/content/public/browser/dom_storage_context.h
+++ b/content/public/browser/dom_storage_context.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -46,7 +46,6 @@ class DOMStorageContext {
virtual FilePath GetFilePath(const string16& origin_id) const = 0;
virtual void DeleteForOrigin(const string16& origin_id) = 0;
virtual void DeleteLocalStorageFile(const FilePath& file_path) = 0;
- virtual void DeleteDataModifiedSince(const base::Time& cutoff) = 0;
protected:
virtual ~DOMStorageContext() {}

Powered by Google App Engine
This is Rietveld 408576698