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

Unified Diff: components/offline_pages/core/prefetch/prefetch_types.h

Issue 2928243002: Return operation name in prefetch request callback and add internal page hookup (Closed)
Patch Set: Fix comment indent in JS Created 3 years, 6 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 | « components/offline_pages/core/prefetch/prefetch_request_operation_response_unittest.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/core/prefetch/prefetch_types.h
diff --git a/components/offline_pages/core/prefetch/prefetch_types.h b/components/offline_pages/core/prefetch/prefetch_types.h
index 80208f0abe8a5b0931ceb92f90d52aa7a2b4563f..8fb4bbe491c23dc75bfc7ce6aa831feb0e2581cd 100644
--- a/components/offline_pages/core/prefetch/prefetch_types.h
+++ b/components/offline_pages/core/prefetch/prefetch_types.h
@@ -106,6 +106,7 @@ enum class PrefetchItemErrorCode {
// Callback invoked upon completion of a prefetch request.
using PrefetchRequestFinishedCallback =
base::Callback<void(PrefetchRequestStatus status,
+ const std::string& operation_name,
const std::vector<RenderPageInfo>& pages)>;
// Holds information about a new URL to be prefetched.
« no previous file with comments | « components/offline_pages/core/prefetch/prefetch_request_operation_response_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698