| Index: components/offline_pages/core/offline_page_storage_manager.h
|
| diff --git a/components/offline_pages/core/offline_page_storage_manager.h b/components/offline_pages/core/offline_page_storage_manager.h
|
| index 7b206c7ed02ee4d450ca344ab056b0ae5177ed64..91842bf6465dca9efebf1b722c0587112633987c 100644
|
| --- a/components/offline_pages/core/offline_page_storage_manager.h
|
| +++ b/components/offline_pages/core/offline_page_storage_manager.h
|
| @@ -41,9 +41,9 @@ struct constants {
|
| class ClientPolicyController;
|
| class OfflinePageModel;
|
|
|
| -// This class is used for storage management of offline pages. It provides
|
| -// a ClearPagesIfNeeded method which is used to clear outdated offline pages
|
| -// based on last_access_time and lifetime policy of its namespace.
|
| +// This class is used for storage management of cached offline pages. It
|
| +// provides a ClearPagesIfNeeded method which is used to clear outdated offline
|
| +// pages based on last_access_time and lifetime policy of its namespace.
|
| // It has its own throttle mechanism so calling the method would not be
|
| // guaranteed to clear the pages immediately.
|
| //
|
|
|