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

Unified Diff: components/offline_pages/core/background/offliner_stub.cc

Issue 2857063002: Add a way to send the resource percentage signal to the RC. (Closed)
Patch Set: Turn off other metrics which might require tab helpers when background loading Created 3 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
Index: components/offline_pages/core/background/offliner_stub.cc
diff --git a/components/offline_pages/core/background/offliner_stub.cc b/components/offline_pages/core/background/offliner_stub.cc
index 58b80a159286601b889932e8cecc78754d00f547..bdf99f1778960db1f7385508db87dc2ea3ef0249 100644
--- a/components/offline_pages/core/background/offliner_stub.cc
+++ b/components/offline_pages/core/background/offliner_stub.cc
@@ -60,4 +60,8 @@ bool OfflinerStub::HandleTimeout(int64_t request_id) {
return false;
}
+void OfflinerStub::ObserveResourceTracking(ResourceDataType type,
+ int64_t started_count,
+ int64_t completed_count) {}
+
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698