| Index: components/omnibox/browser/omnibox_edit_model.cc
|
| diff --git a/components/omnibox/browser/omnibox_edit_model.cc b/components/omnibox/browser/omnibox_edit_model.cc
|
| index 8e27dd4b68e61f9bbedf63f702db8c1b5432a935..42852388b66c4acc50bb728e9749ae2f1c8b6f37 100644
|
| --- a/components/omnibox/browser/omnibox_edit_model.cc
|
| +++ b/components/omnibox/browser/omnibox_edit_model.cc
|
| @@ -25,6 +25,7 @@
|
| #include "components/omnibox/browser/keyword_provider.h"
|
| #include "components/omnibox/browser/omnibox_client.h"
|
| #include "components/omnibox/browser/omnibox_edit_controller.h"
|
| +#include "components/omnibox/browser/omnibox_event_global_tracker.h"
|
| #include "components/omnibox/browser/omnibox_log.h"
|
| #include "components/omnibox/browser/omnibox_navigation_observer.h"
|
| #include "components/omnibox/browser/omnibox_popup_model.h"
|
| @@ -708,6 +709,7 @@ void OmniboxEditModel::OpenMatch(AutocompleteMatch match,
|
| }
|
| autocomplete_controller()->AddProvidersInfo(&log.providers_info);
|
| client_->OnURLOpenedFromOmnibox(&log);
|
| + OmniboxEventGlobalTracker::GetInstance()->OnURLOpened(&log);
|
| LOCAL_HISTOGRAM_BOOLEAN("Omnibox.EventCount", true);
|
| DCHECK(!last_omnibox_focus_.is_null())
|
| << "An omnibox focus should have occurred before opening a match.";
|
|
|