summaryrefslogtreecommitdiffstats
path: root/webkit/support/test_webkit_client.cc
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-13 18:59:57 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-13 18:59:57 +0000
commit170914954957faf4060b4118a561341dec57403d (patch)
treea74213ad4b988a69c00d6b4443b3424b5b3f54c8 /webkit/support/test_webkit_client.cc
parenta09bd64d18f0d21394d125d0260eaebc6e26a848 (diff)
downloadchromium_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/support/test_webkit_client.cc')
-rw-r--r--webkit/support/test_webkit_client.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/support/test_webkit_client.cc b/webkit/support/test_webkit_client.cc
index 7581b19..7f0eed2 100644
--- a/webkit/support/test_webkit_client.cc
+++ b/webkit/support/test_webkit_client.cc
@@ -67,7 +67,6 @@ TestWebKitClient::TestWebKitClient() {
WebKit::WebRuntimeFeatures::enableSockets(true);
WebKit::WebRuntimeFeatures::enableApplicationCache(true);
WebKit::WebRuntimeFeatures::enableDatabase(true);
- WebKit::WebRuntimeFeatures::enableNotifications(true);
// Load libraries for media and enable the media player.
bool enable_media = false;