Chromium Code Reviews| Index: webkit/glue/chrome_client_impl.h |
| =================================================================== |
| --- webkit/glue/chrome_client_impl.h (revision 5111) |
| +++ webkit/glue/chrome_client_impl.h (working copy) |
| @@ -120,6 +120,9 @@ |
| void SetCursor(const WebCursor& cursor); |
| + virtual void enableSuddenTermination(); |
| + virtual void disableSuddenTermination(); |
| + |
| private: |
| WebViewImpl* webview_; // weak pointer |
| bool toolbars_visible_; |