| 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..ae218f5304f78c1f34714dde4ca3ebfc999dcb05 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,7 @@ public:
|
| // WebKitPlatformSupport::cookieJar() will be called to access cookies.
|
| virtual WebCookieJar* cookieJar() { return 0; }
|
|
|
| + virtual WebBlameContext* frameBlameContext() { return nullptr; }
|
|
|
| // General notifications -----------------------------------------------
|
|
|
|
|