| Index: components/offline_pages/offline_page_model_impl.h
|
| diff --git a/components/offline_pages/offline_page_model_impl.h b/components/offline_pages/offline_page_model_impl.h
|
| index 521893111dadb3ccd1694dfcfdf25f215b43179c..50ed17b521b0124b889b3c7c6071d85489f10b74 100644
|
| --- a/components/offline_pages/offline_page_model_impl.h
|
| +++ b/components/offline_pages/offline_page_model_impl.h
|
| @@ -258,8 +258,8 @@ class OfflinePageModelImpl : public OfflinePageModel, public KeyedService {
|
| // Post task to clear storage.
|
| void PostClearStorageIfNeededTask();
|
|
|
| - // Check if |offline_page| is user-requested.
|
| - bool IsUserRequestedPage(const OfflinePageItem& offline_page) const;
|
| + // Check if |offline_page| should be removed on cache reset by user.
|
| + bool IsRemovedOnCacheReset(const OfflinePageItem& offline_page) const;
|
|
|
| void RunWhenLoaded(const base::Closure& job);
|
|
|
|
|