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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2914243003: [GRC] GRC service plumbing in Blink. (Closed)
Patch Set: update 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
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 66f54b2415b936520205de13f0ff2871e5f23865..15564696b142a7b1eea65937ef58bcd176e53c99 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;
@@ -231,6 +232,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
LocalFrameClient* Client() const;
ContentSettingsClient* GetContentSettingsClient();
+ FrameResourceCoordinator* GetFrameResourceCoordinator() {
+ return frame_resource_coordinator_;
+ }
PluginData* GetPluginData() const;
@@ -316,6 +320,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 | « services/resource_coordinator/public/cpp/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698