chromium/chrome/browser/ui/side_search/side_search_metrics.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}