| Index: chrome/browser/banners/app_banner_settings_helper.h
|
| diff --git a/chrome/browser/banners/app_banner_settings_helper.h b/chrome/browser/banners/app_banner_settings_helper.h
|
| index 74db0265a30ffdc49904cc2e0141952280a323ef..d495f0c5d9bb8577bfb2cfba6d35dece9759f36f 100644
|
| --- a/chrome/browser/banners/app_banner_settings_helper.h
|
| +++ b/chrome/browser/banners/app_banner_settings_helper.h
|
| @@ -132,10 +132,17 @@ class AppBannerSettingsHelper {
|
| static base::Time BucketTimeToResolution(base::Time time,
|
| unsigned int minutes);
|
|
|
| + // Queries a field trial for updates to the default engagement values assigned
|
| + // to direct and indirect navigations.
|
| + static void UpdateEngagementWeights();
|
| +
|
| // Queries a field trial for updates to the default number of minutes between
|
| // site visits counted for the purposes of displaying a banner.
|
| static void UpdateMinutesBetweenVisits();
|
|
|
| + // Updates all values from field trial.
|
| + static void UpdateFromFieldTrial();
|
| +
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(AppBannerSettingsHelper);
|
| };
|
|
|