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

Unified Diff: components/offline_pages/stub_offline_page_model.cc

Issue 2180973002: [Offline pages] Adapting OfflinePageDownloadBridge to DownloadUIAdapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui-adapter
Patch Set: Hooking up download ui adapter to offline page model and bridge 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
Index: components/offline_pages/stub_offline_page_model.cc
diff --git a/components/offline_pages/stub_offline_page_model.cc b/components/offline_pages/stub_offline_page_model.cc
index 9d00e46a1993da488bfb75ac168b07b67824762c..9281ea791e12880816b9448b0df2a47146b8e24d 100644
--- a/components/offline_pages/stub_offline_page_model.cc
+++ b/components/offline_pages/stub_offline_page_model.cc
@@ -73,6 +73,9 @@ void StubOfflinePageModel::ExpirePages(
ClientPolicyController* StubOfflinePageModel::GetPolicyController() {
return nullptr;
}
+DownloadUIAdapter* StubOfflinePageModel::GetDownloadUIAdapter() {
+ return nullptr;
+}
bool StubOfflinePageModel::is_loaded() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698