summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpeter <peter@chromium.org>2014-11-08 09:06:52 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-08 17:07:19 +0000
commit28dd519cf008574cc7e5dd5bf3b0984682e275af (patch)
tree3cd61e4aab3e173f5cb58e5fac72c2170dff4ed8 /build
parent1c62eeb1968b8da5bd44fac51a66949d67a999cc (diff)
downloadchromium_src-28dd519cf008574cc7e5dd5bf3b0984682e275af.zip
chromium_src-28dd519cf008574cc7e5dd5bf3b0984682e275af.tar.gz
chromium_src-28dd519cf008574cc7e5dd5bf3b0984682e275af.tar.bz2
Be able to display very basic notifications on Android.
These are the very early beginnings of fully implementing the intended Notification UX we have in mind. BUG=90795 Review URL: https://codereview.chromium.org/696583003 Cr-Commit-Position: refs/heads/master@{#303389}
Diffstat (limited to 'build')
-rw-r--r--build/config/features.gni5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/config/features.gni b/build/config/features.gni
index a395b40..5060d5e 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -77,9 +77,8 @@ enable_print_preview = !is_android
use_seccomp_bpf = (is_linux || is_android) &&
(cpu_arch == "x86" || cpu_arch == "x64" || cpu_arch == "arm")
-# Enable notifications everywhere except Android/iOS.
-# Android is http://crbug.com/115320
-enable_notifications = !is_android && !is_ios
+# Enable notifications everywhere except iOS.
+enable_notifications = !is_ios
# TODO(brettw) this should be moved to net and only dependents get this define.
disable_ftp_support = is_ios