Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 5d9bef8

Browse files
author
Raphael Kubo da Costa
committed
Merge pull request #278 from chuan9/xwalk-4669
Change start-up flag kDisableNotifications from jelly bean to ICS to …
2 parents c49f56a + c170061 commit 5d9bef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/browser/android/content_startup_flags.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void SetContentCommandLineFlags(bool single_process,
8383

8484
// Web Notifications are only supported on Android JellyBean and beyond.
8585
if (base::android::BuildInfo::GetInstance()->sdk_int() <
86-
base::android::SDK_VERSION_JELLY_BEAN) {
86+
base::android::SDK_VERSION_ICE_CREAM_SANDWICH_MR1) {
8787
parsed_command_line->AppendSwitch(switches::kDisableNotifications);
8888
}
8989

0 commit comments

Comments
 (0)