diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-21 12:33:43 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-21 12:33:43 +0000 |
commit | cf4dc617a8db494db562d20eb0be1d343ef60c93 (patch) | |
tree | 697a99fd6386ffd17095eec95fb39d6e1eadfcbe /chrome/browser/metrics/metrics_log.h | |
parent | c5d9dc1f475229388a9f8d794ee9d90894a8e5b2 (diff) | |
download | chromium_src-cf4dc617a8db494db562d20eb0be1d343ef60c93.zip chromium_src-cf4dc617a8db494db562d20eb0be1d343ef60c93.tar.gz chromium_src-cf4dc617a8db494db562d20eb0be1d343ef60c93.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r-- | chrome/browser/metrics/metrics_log.h | 5 |
1 files changed, 0 insertions, 5 deletions
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( |