diff options
Diffstat (limited to 'chrome/browser/banners/app_banner_settings_helper.h')
| -rw-r--r-- | chrome/browser/banners/app_banner_settings_helper.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/banners/app_banner_settings_helper.h b/chrome/browser/banners/app_banner_settings_helper.h index b46bc16..3ff877c 100644 --- a/chrome/browser/banners/app_banner_settings_helper.h +++ b/chrome/browser/banners/app_banner_settings_helper.h @@ -117,14 +117,6 @@ class AppBannerSettingsHelper { const std::string& package_name_or_start_url, AppBannerEvent event); - // Record a UMA statistic measuring the minutes between the first visit to the - // site and the first showing of the banner. - static void RecordMinutesFromFirstVisitToShow( - content::WebContents* web_contents, - const GURL& origin_url, - const std::string& package_name_or_start_url, - base::Time time); - // Set the engagement weights assigned to direct and indirect navigations. static void SetEngagementWeights(double direct_engagement, double indirect_engagement); @@ -145,10 +137,6 @@ class AppBannerSettingsHelper { // Updates all values from field trial. static void UpdateFromFieldTrial(); - // Returns true if the app banner trigger condition should use the site - // engagement score instead of the navigation-based heuristic. - static bool ShouldUseSiteEngagementScore(); - private: DISALLOW_IMPLICIT_CONSTRUCTORS(AppBannerSettingsHelper); }; |
