Copy as Markdown
Other Tools
// -*- mode: C++ -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
#ifndef mozilla_GleanCustomkeysMetrics_h
#define mozilla_GleanCustomkeysMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace browser_customkeys {
/**
* generated from browser.customkeys.actions
*/
enum class ActionsLabel: uint16_t {
eChange = 0,
eClear = 1,
eReset = 2,
eResetAll = 3,
e__Other__,
};
/**
* The actions taken in about:keyboard.
*/
constexpr impl::Labeled<impl::CounterMetric<impl::CounterType::eBaseOrLabeled>, ActionsLabel> actions(304);
/**
* generated from browser.customkeys.opened
* Number of times about:keyboard has been opened.
*/
constexpr impl::CounterMetric<impl::CounterType::eBaseOrLabeled> opened(305);
}
} // namespace mozilla::glean
#endif // mozilla_GleanCustomkeysMetrics_h