Chromium Code Reviews| 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 4f9a86aa2dff2e07a5090a39350928bb75274dee..1383152ee6b5604e2a8faf0245617a33c137bcd3 100644 |
| --- a/components/autofill/core/browser/autofill_experiments.h |
| +++ b/components/autofill/core/browser/autofill_experiments.h |
| @@ -28,6 +28,7 @@ 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 char kCreditCardSigninPromoImpressionLimitParamKey[]; |
| extern const char kAutofillCreditCardPopupSettingsSuggestionValueKey[]; |
| extern const char kAutofillCreditCardLastUsedDateShowExpirationDateKey[]; |
| @@ -100,6 +101,9 @@ void ModifyAutofillCreditCardSuggestion(struct Suggestion* suggestion); |
| // layout. |
| unsigned int GetPopupMargin(); |
| +// Returns whether the feature to log UKMs is enabled. |
| +bool IsLoggingUkmEnabled(); |
|
Mathieu
2017/03/09 20:13:26
*IsUkmLoggingEnabled to be consistent with the nam
sebsg
2017/03/09 20:52:16
Done.
|
| + |
| } // namespace autofill |
| #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_EXPERIMENTS_H_ |