Commit 158af24c authored by Askar Aitzhan's avatar Askar Aitzhan Committed by Commit Bot

Change network channel type to always use GCM_NETWORK_CHANNEL

sign in screen), perhaps because of push client network stopped working
from server side

Before: Invalidations stopped working on Device level (public session,
After: Invalidations works on Device level
Change-Id: I64118538057ac3185dc17cc0cacd68c18f9e2a3f
Bug: 932106
Reviewed-on: https://chromium-review.googlesource.com/c/1478793
Commit-Queue: Askar Aitzhan <askaraitzhan@google.com>
Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633754}
parent 258ed8d5
...@@ -16,8 +16,7 @@ TiclDeviceSettingsProvider::~TiclDeviceSettingsProvider() { ...@@ -16,8 +16,7 @@ TiclDeviceSettingsProvider::~TiclDeviceSettingsProvider() {
} }
bool TiclDeviceSettingsProvider::UseGCMChannel() const { bool TiclDeviceSettingsProvider::UseGCMChannel() const {
return base::CommandLine::ForCurrentProcess()->HasSwitch( return true;
invalidation::switches::kInvalidationUseGCMChannel);
} }
} // namespace policy } // namespace policy
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment