From cf4dc617a8db494db562d20eb0be1d343ef60c93 Mon Sep 17 00:00:00 2001 From: "asvitkine@chromium.org" Date: Wed, 21 May 2014 12:33:43 +0000 Subject: Create OmniboxMetricsProvider class. BUG=374226 R=isherman@chromium.org Review URL: https://codereview.chromium.org/293013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271885 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/metrics/metrics_log.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/metrics/metrics_log.h') diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index 46db780..6a8cabe 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -21,7 +21,6 @@ class HashedExtensionMetrics; class MetricsNetworkObserver; -struct OmniboxLog; class PrefService; class PrefRegistrySimple; @@ -104,10 +103,6 @@ class MetricsLog : public metrics::MetricsLogBase { // if there was no saved environment in prefs or it could not be decoded. bool LoadSavedEnvironmentFromPrefs(); - // Records the input text, available choices, and selected entry when the - // user uses the Omnibox to open a URL. - void RecordOmniboxOpenedURL(const OmniboxLog& log); - // Records the passed profiled data, which should be a snapshot of the // browser's profiled performance during startup for a single process. void RecordProfilerData( -- cgit v1.1