[email protected] | 1f249e2 | 2011-11-29 20:19:59 | [diff] [blame] | 1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Mostyn Bramley-Moore | 69955372 | 2018-01-24 23:25:58 | [diff] [blame] | 5 | #ifndef REMOTING_HOST_HOST_SECRET_H_ |
| 6 | #define REMOTING_HOST_HOST_SECRET_H_ |
| 7 | |
[email protected] | 1f249e2 | 2011-11-29 20:19:59 | [diff] [blame] | 8 | #include <string> |
| 9 | |
| 10 | namespace remoting { |
| 11 | |
| 12 | // Generates random host secret. |
| 13 | std::string GenerateSupportHostSecret(); |
| 14 | |
| 15 | } // namespace remoting |
Mostyn Bramley-Moore | 69955372 | 2018-01-24 23:25:58 | [diff] [blame] | 16 | |
| 17 | #endif // REMOTING_HOST_HOST_SECRET_H_ |