| 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() {}
|
|
|