From 90e908552cd4ed902be34e354775e3f711f06511 Mon Sep 17 00:00:00 2001 From: "johnnyg@chromium.org" Date: Mon, 5 Oct 2009 01:40:12 +0000 Subject: Adds desktop notification support for renderer process, and enables the build flag for chromium build of webkit. Doesn't expose the feature to any websites yet. BUG=none TEST=none (This is part 1 of 3 for this feature; tests will follow). Review URL: http://codereview.chromium.org/194079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27973 0039d316-1c4b-4281-b951-d872f2087c98 --- build/features_override.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/features_override.gypi') diff --git a/build/features_override.gypi b/build/features_override.gypi index 2023705..ecd686c 100644 --- a/build/features_override.gypi +++ b/build/features_override.gypi @@ -20,7 +20,7 @@ 'ENABLE_JAVASCRIPT_DEBUGGER=0', 'ENABLE_JSC_MULTIPLE_THREADS=0', 'ENABLE_ICONDATABASE=0', - 'ENABLE_NOTIFICATIONS=0', + 'ENABLE_NOTIFICATIONS=1', 'ENABLE_ORIENTATION_EVENTS=0', 'ENABLE_XSLT=1', 'ENABLE_XPATH=1', -- cgit v1.1