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

Unified Diff: content/renderer/stats_collection_controller.h

Issue 2923053002: Move MainWorldScriptContext accessor/method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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/renderer/skia_benchmarking_extension.cc ('k') | content/renderer/stats_collection_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/stats_collection_controller.h
diff --git a/content/renderer/stats_collection_controller.h b/content/renderer/stats_collection_controller.h
index df297c11cb745c8b3ce4d72c5c4b60a8533bc018..848e102a7035b17347dcc4e7320f51b821ab2475 100644
--- a/content/renderer/stats_collection_controller.h
+++ b/content/renderer/stats_collection_controller.h
@@ -9,7 +9,7 @@
#include "gin/wrappable.h"
namespace blink {
-class WebFrame;
+class WebLocalFrame;
}
namespace content {
@@ -23,7 +23,7 @@ class StatsCollectionController
public:
static gin::WrapperInfo kWrapperInfo;
- static void Install(blink::WebFrame* frame);
+ static void Install(blink::WebLocalFrame* frame);
private:
StatsCollectionController();
« no previous file with comments | « content/renderer/skia_benchmarking_extension.cc ('k') | content/renderer/stats_collection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698