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 #235 from darktears/next
Browse files Browse the repository at this point in the history
[Android] Allow constructor of Notifications on Android.
  • Loading branch information
Raphael Kubo da Costa committed Mar 3, 2015
2 parents d0660ab + c950688 commit 9d801da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/child/runtime_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
// the feature via experimental web platform features.
if (base::FieldTrialList::FindFullName("NavigationTransitions") == "Enabled")
WebRuntimeFeatures::enableNavigationTransitions(true);
// Android won't be able to reliably support non-persistent notifications, the
// intended behavior for which is in flux by itself.
WebRuntimeFeatures::enableNotificationConstructor(false);
#else
WebRuntimeFeatures::enableNavigatorContentUtils(true);
#endif // defined(OS_ANDROID)
Expand Down

0 comments on commit 9d801da

Please sign in to comment.