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

Commit

Permalink
Merge pull request #278 from chuan9/xwalk-4669
Browse files Browse the repository at this point in the history
Change start-up flag kDisableNotifications from jelly bean to ICS to …
  • Loading branch information
Raphael Kubo da Costa committed Sep 15, 2015
2 parents c49f56a + c170061 commit 5d9bef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/browser/android/content_startup_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 5d9bef8

Please sign in to comment.