Commit 48f70659 authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Chime SDK: Rename feature name to be more specific.

This CL renames the feature name to be UseChimeAndroidSdk to be more
specific to android, to avoid conflict with other platforms.

TBR=dtrainor@chromium.org

Bug: NONE
Change-Id: I2b99573384b9bfb9986a15e5d12b6fe172622ce3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1978855Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728711}
parent 4d96e531
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
jboolean JNI_ChimeSession_IsEnabled(JNIEnv* env) { jboolean JNI_ChimeSession_IsEnabled(JNIEnv* env) {
return base::FeatureList::IsEnabled( return base::FeatureList::IsEnabled(
notifications::features::kChimeNotificationPlatform); notifications::features::kUseChimeAndroidSdk);
} }
namespace notifications { namespace notifications {
namespace features { namespace features {
const base::Feature kChimeNotificationPlatform{ const base::Feature kUseChimeAndroidSdk{"UseChimeAndroidSdk",
"ChimeNotificationPlatform", base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features } // namespace features
} // namespace notifications } // namespace notifications
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
namespace notifications { namespace notifications {
namespace features { namespace features {
// The feature flag to determine whether to use Chime notification platform. // The feature flag to determine whether to use Chime Android SDK.
extern const base::Feature kChimeNotificationPlatform; extern const base::Feature kUseChimeAndroidSdk;
} // namespace features } // namespace features
} // namespace notifications } // namespace notifications
......
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