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

Unified Diff: components/offline_pages/background/request_coordinator.cc

Issue 1956633002: Menu hook plumbed through to RequestCoordinator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/offline_pages/background/request_coordinator.cc
diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
index ae5a3a2e15d5115e0543581c4879c1db2bd3ef9c..e41f095bd274b995f4dbe0090d5d5ad9ff3c0018 100644
--- a/components/offline_pages/background/request_coordinator.cc
+++ b/components/offline_pages/background/request_coordinator.cc
@@ -24,6 +24,7 @@ RequestCoordinator::RequestCoordinator(
RequestCoordinator::~RequestCoordinator() {}
bool RequestCoordinator::SavePageLater(const SavePageRequest& request) {
+ DVLOG(0) << "URL is " << request.url() << " " << __FUNCTION__;
return true;
}

Powered by Google App Engine
This is Rietveld 408576698