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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure blame context is initialized early enough 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: third_party/WebKit/Source/core/loader/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index 9b44813c05dad76ccb4cb741f90f866bd8ccaec2..3505f77d92560ef2eb15ed571c27a52fcce51a96 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -74,7 +74,6 @@ public:
void setFrameVisible(bool) override { }
WebTaskRunner* loadingTaskRunner() override;
WebTaskRunner* timerTaskRunner() override;
- void setFrameOrigin(const WebSecurityOrigin&) override { }
};
WebTaskRunner* EmptyFrameScheduler::loadingTaskRunner()
@@ -115,7 +114,7 @@ String EmptyChromeClient::acceptLanguages()
return String();
}
-PassOwnPtr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler()
+PassOwnPtr<WebFrameScheduler> EmptyChromeClient::createFrameScheduler(BlameContext*)
{
return adoptPtr(new EmptyFrameScheduler());
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698