// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_EXTENSIONS_METRICS_RECORDER_H_ #define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_EXTENSIONS_METRICS_RECORDER_H_ #include "chrome/browser/extensions/extension_install_prompt.h" #include "extensions/browser/supervised_user_extensions_delegate.h" // Records UMA metrics for supervised users using extensions. class SupervisedUserExtensionsMetricsRecorder : public ExtensionInstallPrompt::Observer { … }; #endif // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_EXTENSIONS_METRICS_RECORDER_H_