Commit b8c01d1d authored by Xinghui Lu's avatar Xinghui Lu Committed by Commit Bot

Set on focus and password reuse pings enabled by default on Android.

On focus and password reuse pings are launched in M79. Make them enabled
by default after M81.

Bug: 995926
Change-Id: I7946a3885ec46e0c51aa72f5f00cd9eae12246c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015561Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734296}
parent e8fe346b
......@@ -10,7 +10,6 @@
#include <vector>
#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"
#include "components/safe_browsing/buildflags.h"
#include "base/macros.h"
#include "base/values.h"
......@@ -68,23 +67,13 @@ const base::Feature kRealTimeUrlLookupEnabledWithToken{
const base::Feature kSendOnFocusPing {
"SafeBrowsingSendOnFocusPing",
#if BUILDFLAG(FULL_SAFE_BROWSING)
base::FEATURE_ENABLED_BY_DEFAULT
};
#else
base::FEATURE_DISABLED_BY_DEFAULT
};
#endif
const base::Feature kSendPasswordReusePing {
"SafeBrowsingSendPasswordReusePing",
#if BUILDFLAG(FULL_SAFE_BROWSING)
base::FEATURE_ENABLED_BY_DEFAULT
};
#else
base::FEATURE_DISABLED_BY_DEFAULT
};
#endif
const base::Feature kSendSampledPingsForAllowlistDomains{
"SafeBrowsingSendSampledPingsForAllowlistDomain",
......
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