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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: Created 4 years, 1 month 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: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 6cc53b8d76292097e08add81fc8b1f0dce528ad5..cd60494f710ea27964317087d73315ecc38ae8f9 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -428,6 +428,11 @@ std::unique_ptr<base::Value> ContentBrowserClient::GetServiceManifestOverlay(
return nullptr;
}
+std::vector<std::pair<std::string, int>>
+ContentBrowserClient::GetExtraServiceManifests() {
+ return std::vector<std::pair<std::string, int>>();
+}
+
std::unique_ptr<MemoryCoordinatorDelegate>
ContentBrowserClient::GetMemoryCoordinatorDelegate() {
return std::unique_ptr<MemoryCoordinatorDelegate>();

Powered by Google App Engine
This is Rietveld 408576698