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

Unified Diff: content/public/browser/render_frame_host.h

Issue 2710823003: NOCOMMIT prototype: GRC service plumbing and process priority
Patch Set: Rebase 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
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index e4dfc1fd077ef7fffa74896c2fdff720d7a7e879..46bf69f98b8f9fdcb9928ddc59abc19b07e46155 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -29,6 +29,10 @@ namespace base {
class Value;
}
+namespace resource_coordinator {
+class ResourceCoordinatorInterface;
+}
+
namespace service_manager {
class BinderRegistry;
class InterfaceProvider;
@@ -85,6 +89,9 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
// process.
virtual SiteInstance* GetSiteInstance() = 0;
+ virtual resource_coordinator::ResourceCoordinatorInterface*
+ GetFrameResourceCoordinator() = 0;
+
// Returns the process for this frame.
virtual RenderProcessHost* GetProcess() = 0;
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698