| 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 21ae3f457d199aca2ed575ca72ed1fb61be76b32..72f43626affe5d7277eb61ad5eaeedf1dfed70af 100644
|
| --- a/components/offline_pages/offline_page_item.h
|
| +++ b/components/offline_pages/offline_page_item.h
|
| @@ -56,9 +56,6 @@ struct OfflinePageItem {
|
|
|
| bool operator==(const OfflinePageItem& other) const;
|
|
|
| - // Gets a URL of the file under |file_path|.
|
| - GURL GetOfflineURL() const;
|
| -
|
| // Returns whether the offline page is expired.
|
| bool IsExpired() const;
|
|
|
|
|