Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: components/autofill/core/browser/autofill_experiments.h

Issue 2874413004: [Autofill] Enable Autofill UKM by default. (Closed)
Patch Set: Fixed all but one test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/autofill_experiments.h
diff --git a/components/autofill/core/browser/autofill_experiments.h b/components/autofill/core/browser/autofill_experiments.h
index 94289f1f546c8b56491287f04f4aef3743e000de..11bbc0dffbd18c0a1b04dba21c80277ecbddab68 100644
--- a/components/autofill/core/browser/autofill_experiments.h
+++ b/components/autofill/core/browser/autofill_experiments.h
@@ -28,7 +28,6 @@ extern const base::Feature kAutofillCreditCardAssist;
extern const base::Feature kAutofillScanCardholderName;
extern const base::Feature kAutofillCreditCardPopupLayout;
extern const base::Feature kAutofillCreditCardLastUsedDateDisplay;
-extern const base::Feature kAutofillUkmLogging;
extern const base::Feature kAutofillUpstreamRequestCvcIfMissing;
extern const base::Feature kAutofillUpstreamUseAutofillProfileComparatorForName;
extern const char kCreditCardSigninPromoImpressionLimitParamKey[];
@@ -103,9 +102,6 @@ void ModifyAutofillCreditCardSuggestion(struct Suggestion* suggestion);
// layout.
unsigned int GetPopupMargin();
-// Returns whether the feature to log UKMs is enabled.
-bool IsUkmLoggingEnabled();
-
// Returns whether the experiment is enabled where Chrome Upstream requests CVC
// in the offer to save bubble if it was not detected during the checkout flow.
bool IsAutofillUpstreamRequestCvcIfMissingExperimentEnabled();

Powered by Google App Engine
This is Rietveld 408576698