diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc index 85f0c1af166f6..dc592fbe1c5a6 100644 --- a/content/browser/android/content_startup_flags.cc +++ b/content/browser/android/content_startup_flags.cc @@ -83,7 +83,7 @@ void SetContentCommandLineFlags(bool single_process, // Web Notifications are only supported on Android JellyBean and beyond. if (base::android::BuildInfo::GetInstance()->sdk_int() < - base::android::SDK_VERSION_JELLY_BEAN) { + base::android::SDK_VERSION_ICE_CREAM_SANDWICH_MR1) { parsed_command_line->AppendSwitch(switches::kDisableNotifications); }