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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1846143003: Propogate loading behavior data from Blink to content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index a852cadf37cbbdafabfbe3b1215aaa57a1118c2b..73d4c9f42506d0b8611611b3ae83d9eaa5851c34 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -38,6 +38,7 @@
#include "media/blink/webmediaplayer_params.h"
#include "mojo/shell/public/interfaces/connector.mojom.h"
#include "mojo/shell/public/interfaces/interface_provider.mojom.h"
+#include "third_party/WebKit/public/platform/WebExperimentData.h"
#include "third_party/WebKit/public/platform/WebFocusType.h"
#include "third_party/WebKit/public/platform/WebMediaPlayer.h"
#include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h"
@@ -550,6 +551,7 @@ class CONTENT_EXPORT RenderFrameImpl
const blink::WebURL& main_resource_url,
const blink::WebCString& main_resource_security_info) override;
void didChangePerformanceTiming() override;
+ void didUseExperiment(blink::WebExperimentData data) override;
void didCreateScriptContext(blink::WebLocalFrame* frame,
v8::Local<v8::Context> context,
int extension_group,

Powered by Google App Engine
This is Rietveld 408576698