Index: third_party/WebKit/public/web/WebFrameClient.h |
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h |
index e0578dc5fb4b828bc759731c50267e2ef041a896..00e831cf6f275b134edf8a4dd5b74c1c97df5967 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -63,6 +63,7 @@ enum class WebTreeScopeType; |
class WebApplicationCacheHost; |
class WebApplicationCacheHostClient; |
class WebAppBannerClient; |
+class WebBlameContext; |
class WebBluetooth; |
class WebColorChooser; |
class WebColorChooserClient; |
@@ -139,6 +140,8 @@ public: |
// WebKitPlatformSupport::cookieJar() will be called to access cookies. |
virtual WebCookieJar* cookieJar() { return 0; } |
+ // Returns a blame context for attributing work belonging to this frame. |
+ virtual WebBlameContext* frameBlameContext() { return nullptr; } |
// General notifications ----------------------------------------------- |