diff options
Diffstat (limited to 'webkit/tools/test_shell/test_webview_delegate.h')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h index 39c1421..0a729e5 100644 --- a/webkit/tools/test_shell/test_webview_delegate.h +++ b/webkit/tools/test_shell/test_webview_delegate.h @@ -230,7 +230,6 @@ class TestWebViewDelegate : public base::RefCounted<TestWebViewDelegate>, // Methods for modifying WebPreferences void SetUserStyleSheetEnabled(bool is_enabled); void SetUserStyleSheetLocation(const GURL& location); - void SetDashboardCompatibilityMode(bool use_mode); // Sets the webview as a drop target. void RegisterDragDrop(); |