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

Unified Diff: components/offline_pages/offline_page_item.h

Issue 2284933002: Remove OfflineURL from offline page (Closed)
Patch Set: Fix trybot Created 4 years, 4 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: 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 1757a460f72d2c7b710df5b6ece9d224e2a01fdf..64eabc35c3f342926c2ae5f802854eddf3c2b6c8 100644
--- a/components/offline_pages/offline_page_item.h
+++ b/components/offline_pages/offline_page_item.h
@@ -54,9 +54,6 @@ struct OfflinePageItem {
OfflinePageItem(const OfflinePageItem& other);
~OfflinePageItem();
- // Gets a URL of the file under |file_path|.
- GURL GetOfflineURL() const;
-
// Returns whether the offline page is expired.
bool IsExpired() const;

Powered by Google App Engine
This is Rietveld 408576698