Chromium Code Reviews| Index: components/html_viewer/html_document.h |
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h |
| index 698bdc77dca70a0cff93d9a403080348afb31dd1..efabf6a559142d70259c28dfbd2e48dd1cb5ae70 100644 |
| --- a/components/html_viewer/html_document.h |
| +++ b/components/html_viewer/html_document.h |
| @@ -99,6 +99,8 @@ class HTMLDocument : public blink::WebViewClient, |
| const blink::WebString& frameName, |
| blink::WebSandboxFlags sandboxFlags); |
| virtual void frameDetached(blink::WebFrame*); |
| + virtual void frameDetached(blink::WebFrame*, |
| + blink::WebFrameClient::DetachType); |
|
dcheng
2015/06/01 21:15:54
You shouldn't need any qualifiers for DetachType h
lfg
2015/06/01 21:34:19
Done.
|
| virtual blink::WebCookieJar* cookieJar(blink::WebLocalFrame* frame); |
| virtual blink::WebNavigationPolicy decidePolicyForNavigation( |
| const NavigationPolicyInfo& info); |