| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index c082ac1aa9e5afad0d8b93489b938a1fae451926..1847082e8173f3ed80be4a1438df09cb74a797aa 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -98,6 +98,7 @@
|
| const blink::WebString& frameName,
|
| blink::WebSandboxFlags sandboxFlags);
|
| virtual void frameDetached(blink::WebFrame* frame);
|
| + virtual void frameDetached(blink::WebFrame* frame, DetachType type);
|
| virtual blink::WebCookieJar* cookieJar(blink::WebLocalFrame* frame);
|
| virtual blink::WebNavigationPolicy decidePolicyForNavigation(
|
| const NavigationPolicyInfo& info);
|
|
|