diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 18:59:57 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 18:59:57 +0000 |
commit | 170914954957faf4060b4118a561341dec57403d (patch) | |
tree | a74213ad4b988a69c00d6b4443b3424b5b3f54c8 /webkit/tools/test_shell/test_webview_delegate.cc | |
parent | a09bd64d18f0d21394d125d0260eaebc6e26a848 (diff) | |
download | chromium_src-170914954957faf4060b4118a561341dec57403d.zip chromium_src-170914954957faf4060b4118a561341dec57403d.tar.gz chromium_src-170914954957faf4060b4118a561341dec57403d.tar.bz2 |
Revert 44372 - Enable support for notifications layout tests in test shell.
BUG=none
TEST=notifications layout tests
Review URL: http://codereview.chromium.org/1549039
TBR=johnnyg@chromium.org
Review URL: http://codereview.chromium.org/1542030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_webview_delegate.cc')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index d05f8b01..45d5903 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -29,7 +29,6 @@ #include "third_party/WebKit/WebKit/chromium/public/WebKit.h" #include "third_party/WebKit/WebKit/chromium/public/WebKitClient.h" #include "third_party/WebKit/WebKit/chromium/public/WebNode.h" -#include "third_party/WebKit/WebKit/chromium/public/WebNotificationPresenter.h" #include "third_party/WebKit/WebKit/chromium/public/WebPoint.h" #include "third_party/WebKit/WebKit/chromium/public/WebPopupMenu.h" #include "third_party/WebKit/WebKit/chromium/public/WebRange.h" @@ -53,7 +52,6 @@ #include "webkit/support/webkit_support.h" #include "webkit/tools/test_shell/accessibility_controller.h" #include "webkit/tools/test_shell/mock_spellcheck.h" -#include "webkit/tools/test_shell/notification_presenter.h" #include "webkit/tools/test_shell/simple_appcache_system.h" #include "webkit/tools/test_shell/test_navigation_controller.h" #include "webkit/tools/test_shell/test_shell.h" @@ -86,7 +84,6 @@ using WebKit::WebMediaPlayerClient; using WebKit::WebNavigationType; using WebKit::WebNavigationPolicy; using WebKit::WebNode; -using WebKit::WebNotificationPresenter; using WebKit::WebPlugin; using WebKit::WebPluginParams; using WebKit::WebPoint; @@ -612,10 +609,6 @@ void TestWebViewDelegate::focusAccessibilityObject( shell_->accessibility_controller()->SetFocusedElement(object); } -WebNotificationPresenter* TestWebViewDelegate::notificationPresenter() { - return shell_->notification_presenter(); -} - // WebWidgetClient ----------------------------------------------------------- void TestWebViewDelegate::didInvalidateRect(const WebRect& rect) { |