#include "chrome/browser/ui/side_search/side_search_metrics.h"
#include "base/metrics/histogram_functions.h"
void RecordSideSearchAvailabilityChanged(
SideSearchAvailabilityChangeType type) { … }
void RecordSideSearchPageActionLabelVisibilityOnToggle(
SideSearchPageActionLabelVisibility label_visibility) { … }
void RecordSideSearchNavigation(SideSearchNavigationType type) { … }
void RecordNavigationCommittedWithinSideSearchCountPerJourney(
bool is_side_contents_helper_created_from_menu_option,
int count,
bool was_auto_triggered) { … }
void RecordRedirectionToTabCountPerJourney(
bool is_side_contents_helper_created_from_menu_option,
int count,
bool was_auto_triggered) { … }
void RecordSideSearchNumTimesReturnedBackToSRP(int count) { … }