diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 01:40:12 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 01:40:12 +0000 |
commit | 90e908552cd4ed902be34e354775e3f711f06511 (patch) | |
tree | 61a3e4873856c60280a803925fcd6113e6512c10 /build | |
parent | 9e7a2378237e231b395c1faddd19fb349b8e8a23 (diff) | |
download | chromium_src-90e908552cd4ed902be34e354775e3f711f06511.zip chromium_src-90e908552cd4ed902be34e354775e3f711f06511.tar.gz chromium_src-90e908552cd4ed902be34e354775e3f711f06511.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/features_override.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
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', |