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

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

Issue 2399293002: Add MemoryCoordinatorDelegate (Closed)
Patch Set: Add a separate delegate class Created 4 years, 2 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: 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 c6a2bec8ef8025b9e882e729dd5366b623e9f8a7..5ebc017083ff8656d54fc00608e9b6cbb60b50e8 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -8,6 +8,7 @@
#include "base/guid.h"
#include "build/build_config.h"
#include "content/public/browser/client_certificate_delegate.h"
+#include "content/public/browser/memory_coordinator_delegate.h"
#include "content/public/browser/navigation_ui_data.h"
#include "content/public/browser/vpn_service_proxy.h"
#include "content/public/common/sandbox_type.h"
@@ -424,4 +425,9 @@ std::unique_ptr<base::Value> ContentBrowserClient::GetServiceManifestOverlay(
return nullptr;
}
+std::unique_ptr<MemoryCoordinatorDelegate>
+ContentBrowserClient::GetMemoryCoordinatorDelegate() {
+ return std::unique_ptr<MemoryCoordinatorDelegate>();
+}
+
} // namespace content
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/memory_coordinator_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698