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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.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/browser/render_process_host.h ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index f49e7d0995ddd052064c685dfe1d0ebf892cfdf9..813bf8cddc8b4b7d502ae471a85d67ade42574b1 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -59,6 +59,7 @@ class EventHandler;
class FetchParameters;
class FloatSize;
class FrameConsole;
+class FrameResourceCoordinator;
class FrameSelection;
class InputMethodController;
class CoreProbeSink;
@@ -228,6 +229,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
LocalFrameClient* Client() const;
ContentSettingsClient* GetContentSettingsClient();
+ FrameResourceCoordinator* GetFrameResourceCoordinator() {
+ return frame_resource_coordinator_;
+ }
PluginData* GetPluginData() const;
@@ -313,6 +317,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
InterfaceRegistry* const interface_registry_;
IntRect remote_viewport_intersection_;
+ Member<FrameResourceCoordinator> frame_resource_coordinator_;
};
inline FrameLoader& LocalFrame::Loader() const {
« no previous file with comments | « content/public/browser/render_process_host.h ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698