Index: chrome/browser/metrics/metrics_log.h |
=================================================================== |
--- chrome/browser/metrics/metrics_log.h (revision 271740) |
+++ chrome/browser/metrics/metrics_log.h (working copy) |
@@ -21,7 +21,6 @@ |
class HashedExtensionMetrics; |
class MetricsNetworkObserver; |
-struct OmniboxLog; |
class PrefService; |
class PrefRegistrySimple; |
@@ -104,10 +103,6 @@ |
// 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( |