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

Unified Diff: components/offline_pages/offline_page_model.h

Issue 1969233002: [OfflinePages] Make website settings popup rely on asynchronous API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving code review comments and running git cl format Created 4 years, 7 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 | « chrome/browser/android/offline_pages/offline_page_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/offline_page_model.h
diff --git a/components/offline_pages/offline_page_model.h b/components/offline_pages/offline_page_model.h
index 297c229af93595a5ae2cd1151663085160a3655a..e3f0427b1c9b64ffde2b8de945c0b31e51370377 100644
--- a/components/offline_pages/offline_page_model.h
+++ b/components/offline_pages/offline_page_model.h
@@ -93,6 +93,8 @@ class OfflinePageModel : public KeyedService,
offline_pages::CheckPagesExistOfflineResult;
using MultipleOfflinePageItemResult =
offline_pages::MultipleOfflinePageItemResult;
+ using SingleOfflinePageItemResult =
+ offline_pages::SingleOfflinePageItemResult;
//using DeletePageCallback = offline_pages::DeletePageCallback;
using DeletePageResult = offline_pages::DeletePageResult;
« no previous file with comments | « chrome/browser/android/offline_pages/offline_page_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698