1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ash / public / cpp / vm_camera_mic_constants.h [blame]
// 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 ASH_PUBLIC_CPP_VM_CAMERA_MIC_CONSTANTS_H_
#define ASH_PUBLIC_CPP_VM_CAMERA_MIC_CONSTANTS_H_
#include "ash/public/cpp/ash_public_export.h"
namespace ash {
// Notifier Ids used by VM mic/camera notifiations to avoid being counted by
// `NotificationCounterView`.
ASH_PUBLIC_EXPORT extern const char kVmCameraMicNotifierId[];
} // namespace ash
#endif // ASH_PUBLIC_CPP_VM_CAMERA_MIC_CONSTANTS_H_