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

Unified Diff: components/offline_pages/offline_page_item.h

Issue 1902593006: [Offline pages] Removing undoing of deleting offline pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bookmarks-out
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | components/offline_pages/offline_page_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/offline_pages/offline_page_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698