Commit 94d9e60a authored by Mugdha Lakhani's avatar Mugdha Lakhani Committed by Commit Bot

[GCM Driver] Enable TokenInvalidAfterDays by default

now that it has been rolled out to 100% on Stable.

Bug: 814376
Change-Id: Ib643fcb4cea179ece647b75d07dfd3a92f935e47
Reviewed-on: https://chromium-review.googlesource.com/1069091Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561012}
parent 8bb3efeb
...@@ -15,7 +15,7 @@ namespace gcm { ...@@ -15,7 +15,7 @@ namespace gcm {
namespace features { namespace features {
const base::Feature kInvalidateTokenFeature{"GCMTokenInvalidAfterDays", const base::Feature kInvalidateTokenFeature{"GCMTokenInvalidAfterDays",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const char kParamNameTokenInvalidationPeriodDays[] = const char kParamNameTokenInvalidationPeriodDays[] =
"token_invalidation_period"; "token_invalidation_period";
// A token invalidation period of 0 means the feature is disabled, and the // A token invalidation period of 0 means the feature is disabled, and the
......
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