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

Unified Diff: chrome/browser/android/offline_pages/request_coordinator_factory.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: chrome/browser/android/offline_pages/request_coordinator_factory.cc
diff --git a/chrome/browser/android/offline_pages/request_coordinator_factory.cc b/chrome/browser/android/offline_pages/request_coordinator_factory.cc
index 43c7f3c37309c78edd642d3aca1ef1e428af3711..6023255b7a6e922155005539fff71638a711d694 100644
--- a/chrome/browser/android/offline_pages/request_coordinator_factory.cc
+++ b/chrome/browser/android/offline_pages/request_coordinator_factory.cc
@@ -46,7 +46,7 @@ KeyedService* RequestCoordinatorFactory::BuildServiceInstanceFor(
content::BrowserContext* RequestCoordinatorFactory::GetBrowserContextToUse(
content::BrowserContext* context) const {
// TODO(petewil): Implement.
fgorski 2016/05/06 07:03:09 remove todo? Also, you probably want to make sure
dougarnett 2016/05/06 16:47:41 Right, maybe just adjust TODO wording about suppor
Pete Williamson 2016/05/06 18:28:13 Done.
Pete Williamson 2016/05/06 18:28:13 Done.
- return nullptr;
+ return context;
}
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698