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

Unified Diff: chrome/browser/ui/webui/offline_internals_ui.cc

Issue 2191183002: [Offline Pages] Add expiration in internal log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 4 years, 5 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
« no previous file with comments | « no previous file | components/offline_pages/offline_page_model_event_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/offline_internals_ui.cc
diff --git a/chrome/browser/ui/webui/offline_internals_ui.cc b/chrome/browser/ui/webui/offline_internals_ui.cc
index c8e57eeb99b7911687fd750396bd44039770600f..9ad89d50ac8c1d75313b8aeb4f2bf1af6a3f7f4a 100644
--- a/chrome/browser/ui/webui/offline_internals_ui.cc
+++ b/chrome/browser/ui/webui/offline_internals_ui.cc
@@ -263,7 +263,7 @@ void OfflineInternalsUIMessageHandler::HandleGetStoredPages(
CHECK(args->GetString(0, &callback_id));
if (offline_page_model_) {
- offline_page_model_->GetAllPages(
+ offline_page_model_->GetAllPagesWithExpired(
base::Bind(&OfflineInternalsUIMessageHandler::HandleStoredPagesCallback,
weak_ptr_factory_.GetWeakPtr(), callback_id));
} else {
« no previous file with comments | « no previous file | components/offline_pages/offline_page_model_event_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698