Commit b54dbbb4 authored by Mugdha Lakhani's avatar Mugdha Lakhani Committed by Commit Bot

Remove unused constant.

Bug: 799483
Change-Id: I9411d141492ae3db3f6baf413b31c7daa099b3a0
Reviewed-on: https://chromium-review.googlesource.com/918801Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Commit-Queue: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536702}
parent 8a888982
...@@ -18,7 +18,6 @@ const base::Feature kInvalidateTokenFeature{"GCMTokenInvalidAfterDays", ...@@ -18,7 +18,6 @@ const base::Feature kInvalidateTokenFeature{"GCMTokenInvalidAfterDays",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const char kParamNameTokenInvalidationPeriodDays[] = const char kParamNameTokenInvalidationPeriodDays[] =
"token_invalidation_period"; "token_invalidation_period";
const char kGroupName[] = "token_validity_data";
// 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
// GCM token never becomes stale. // GCM token never becomes stale.
const int kDefaultTokenInvalidationPeriod = 7; const int kDefaultTokenInvalidationPeriod = 7;
......
...@@ -13,7 +13,6 @@ namespace features { ...@@ -13,7 +13,6 @@ namespace features {
extern const base::Feature kInvalidateTokenFeature; extern const base::Feature kInvalidateTokenFeature;
extern const char kParamNameTokenInvalidationPeriodDays[]; extern const char kParamNameTokenInvalidationPeriodDays[];
extern const char kGroupName[];
// The period after which the GCM token becomes stale. // The period after which the GCM token becomes stale.
base::TimeDelta GetTokenInvalidationInterval(); base::TimeDelta GetTokenInvalidationInterval();
......
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