| Index: chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.cc b/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| index a3ad6a2e54c9539da348522329e47ba4776519b0..59243f4c0289c0b27e0a9f6876b3217717aea18d 100644
|
| --- a/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| +++ b/chrome/browser/services/gcm/push_messaging_service_impl.cc
|
| @@ -91,13 +91,6 @@ void PushMessagingServiceImpl::RegisterProfilePrefs(
|
|
|
| // static
|
| void PushMessagingServiceImpl::InitializeForProfile(Profile* profile) {
|
| - // TODO(mvanouwerkerk): Make sure to remove this check at the same time as
|
| - // push graduates from experimental in Blink.
|
| - if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExperimentalWebPlatformFeatures)) {
|
| - return;
|
| - }
|
| -
|
| // TODO(johnme): Consider whether push should be enabled in incognito.
|
| if (!profile || profile->IsOffTheRecord())
|
| return;
|
|
|