chromium/chrome/common/extensions/extension_metrics.cc

// Copyright 2014 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/common/extensions/extension_metrics.h"

#include "base/metrics/histogram_macros.h"
#include "components/app_constants/constants.h"
#include "extensions/common/constants.h"
#include "extensions/common/extension.h"

namespace extensions {

void RecordAppLaunchType(extension_misc::AppLaunchBucket bucket,
                         extensions::Manifest::Type app_type) {}

void RecordAppListSearchLaunch(const extensions::Extension* extension) {}

void RecordAppListMainLaunch(const extensions::Extension* extension) {}

void RecordWebStoreLaunch() {}

}  // namespace extensions