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

Unified Diff: chrome/browser/android/offline_pages/offline_page_bridge.cc

Issue 1480723002: [Offline pages] Detecting offline pages missing bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/offline_page_bridge.cc
diff --git a/chrome/browser/android/offline_pages/offline_page_bridge.cc b/chrome/browser/android/offline_pages/offline_page_bridge.cc
index adf054bc6279afc62c33432733641cabb626b8a6..67e508d8c7b1caefe66f82150785a91b9ea588c4 100644
--- a/chrome/browser/android/offline_pages/offline_page_bridge.cc
+++ b/chrome/browser/android/offline_pages/offline_page_bridge.cc
@@ -214,7 +214,7 @@ void OfflinePageBridge::DeletePages(JNIEnv* env,
}
void OfflinePageBridge::CheckMetadataConsistency(JNIEnv* env, jobject obj) {
- offline_page_model_->CheckForExternalFileDeletion();
+ offline_page_model_->CheckMetadataConsistency(false);
}
void OfflinePageBridge::NotifyIfDoneLoading() const {
« no previous file with comments | « no previous file | components/offline_pages/offline_page_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698