| Index: components/offline_pages/offline_page_item.h
|
| diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h
|
| index c419131d36c03f5349fae76732f8ceca98e1f00f..7bbb48ad34980f46ef3a9df719d8c59fbf462a20 100644
|
| --- a/components/offline_pages/offline_page_item.h
|
| +++ b/components/offline_pages/offline_page_item.h
|
| @@ -55,14 +55,6 @@ struct OfflinePageItem {
|
| // Gets a URL of the file under |file_path|.
|
| GURL GetOfflineURL() const;
|
|
|
| - // Returns true if the page has been marked for deletion. This allows an undo
|
| - // in a short time period. After that, the marked page will be deleted.
|
| - bool IsMarkedForDeletion() const;
|
| -
|
| - // Sets/clears the mark for deletion.
|
| - void MarkForDeletion();
|
| - void ClearMarkForDeletion();
|
| -
|
| // The URL of the page.
|
| GURL url;
|
| // The primary key/ID for this page in offline pages internal database.
|
|
|