Fix FullScreen crash in Webapp
[platform/framework/web/chromium-efl.git] / media / remoting / test_utils.h
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef MEDIA_REMOTING_TEST_UTILS_H_
6 #define MEDIA_REMOTING_TEST_UTILS_H_
7
8 namespace media {
9 namespace remoting {
10
11 class ReceiverController;
12
13 // Friend function for resetting the mojo binding in ReceiverController.
14 void ResetForTesting(ReceiverController* controller);
15
16 }  // namespace remoting
17 }  // namespace media
18
19 #endif  // MEDIA_REMOTING_TEST_UTILS_H_