| Index: components/offline_pages/offline_page_test_store.cc
|
| diff --git a/components/offline_pages/offline_page_test_store.cc b/components/offline_pages/offline_page_test_store.cc
|
| index dcfc1c07b64f1eea763ee2e13240e7694a8e52b3..617387975cbf7ddc0f85ead666bb0c189d2b7816 100644
|
| --- a/components/offline_pages/offline_page_test_store.cc
|
| +++ b/components/offline_pages/offline_page_test_store.cc
|
| @@ -84,4 +84,8 @@ std::vector<OfflinePageItem> OfflinePageTestStore::GetAllPages() const {
|
| return offline_pages;
|
| }
|
|
|
| +void OfflinePageTestStore::ClearAllPages() {
|
| + offline_pages_.clear();
|
| +}
|
| +
|
| } // namespace offline_pages
|
|
|