Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / ui / cocoa / applescript / metrics_applescript.mm
blob226d6271057362b2b90d81a4349f6b3f4d3e5aca
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #import "chrome/browser/ui/cocoa/applescript/metrics_applescript.h"
7 #include "base/metrics/histogram.h"
9 namespace AppleScript {
11 void LogAppleScriptUMA(AppleScriptCommand sample) {
12   UMA_HISTOGRAM_ENUMERATION("AppleScript.CommandEvent", sample,
13                             APPLESCRIPT_COMMAND_EVENTS_COUNT);
16 }  // namespace