Avi Drissman | 4e1b7bc3 | 2022-09-15 14:03:50 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors |
lfg | 84763c9 | 2017-02-16 18:55:15 | [diff] [blame] | 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 CONTENT_BROWSER_POINTER_LOCK_BROWSERTEST_H_ |
| 6 | #define CONTENT_BROWSER_POINTER_LOCK_BROWSERTEST_H_ |
| 7 | |
| 8 | namespace content { |
| 9 | |
| 10 | void InstallCreateHooksForPointerLockBrowserTests(); |
| 11 | |
| 12 | } // namespace content |
| 13 | |
| 14 | #endif // CONTENT_BROWSER_POINTER_LOCK_BROWSERTEST_H_ |