Prepare for VS2015 toolchain
[chromium-blink-merge.git] / chrome / browser / content_settings / chrome_content_settings_utils.cc
blob7da4bf12814a8bb28e3fd37bffbc786e6649f2a6
1 // Copyright (c) 2012 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 #include "chrome/browser/content_settings/chrome_content_settings_utils.h"
7 #include "base/metrics/histogram.h"
9 namespace content_settings {
11 void RecordMixedScriptAction(MixedScriptAction action) {
12 UMA_HISTOGRAM_ENUMERATION("ContentSettings.MixedScript", action,
13 MIXED_SCRIPT_ACTION_COUNT);
16 } // namespace content_settings