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

Unified Diff: components/offline_pages/stub_offline_page_model.cc

Issue 2503853004: Support getting offline pages also by original URL (Closed)
Patch Set: Make NTP redirect work per comment Created 4 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 | « components/offline_pages/stub_offline_page_model.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e2b8225212974f79c6828a11ab523090e8c6626b..fbfda38cb2a2ade6f8068ea35da7edc63ceb76f2 100644
--- a/components/offline_pages/stub_offline_page_model.cc
+++ b/components/offline_pages/stub_offline_page_model.cc
@@ -44,8 +44,9 @@ void StubOfflinePageModel::GetOfflineIdsForClientId(
void StubOfflinePageModel::GetPageByOfflineId(
int64_t offline_id,
const SingleOfflinePageItemCallback& callback) {}
-void StubOfflinePageModel::GetPagesByOnlineURL(
- const GURL& online_url,
+void StubOfflinePageModel::GetPagesByURL(
+ const GURL& url,
+ URLSearchMode url_search_mode,
const MultipleOfflinePageItemCallback& callback) {}
void StubOfflinePageModel::ExpirePages(
const std::vector<int64_t>& offline_ids,
« no previous file with comments | « components/offline_pages/stub_offline_page_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698