diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index bfafd37..839d1ae 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -167,6 +167,10 @@ public: static void DestroyWindow(gfx::WindowHandle windowHandle); + // Remove the given window from window_list_, return true if it was in the + // list and was removed and false otherwise. + static bool RemoveWindowFromList(gfx::WindowHandle window); + // Implements CreateWebView for TestWebViewDelegate, which in turn // is called as a WebViewDelegate. WebView* CreateWebView(WebView* webview); |