Index: sky/engine/public/web/WebView.h |
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h |
index 842015fa8e8b673a9743fdda709527438fce8d12..4ce12ad7b74999cc9b0ad0606d04745ec5314c51 100644 |
--- a/sky/engine/public/web/WebView.h |
+++ b/sky/engine/public/web/WebView.h |
@@ -50,9 +50,6 @@ struct WebPoint; |
class WebView : public WebWidget { |
public: |
- // I've added this here so that it dies when WebView does. :) |
- static bool shouldUseWebView(const GURL& url); |
- |
// Initialization ------------------------------------------------------ |
// Creates a WebView that is NOT yet initialized. You will need to |