| Index: remoting/host/host_config.h
 | 
| diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
 | 
| index 71c91ed96da615c4f554d557accca6d208fb1f82..19332b3064e0b346d07fdf1ae7cae1d7a1921ea1 100644
 | 
| --- a/remoting/host/host_config.h
 | 
| +++ b/remoting/host/host_config.h
 | 
| @@ -42,6 +42,8 @@ extern const char kPrivateKeyConfigPath[];
 | 
|  extern const char kUsageStatsConsentConfigPath[];
 | 
|  // Whether to offer VP9 encoding to clients.
 | 
|  extern const char kEnableVp9ConfigPath[];
 | 
| +// Number of Kibibytes of frame data to allow each client to record.
 | 
| +extern const char kFrameRecorderBufferKbConfigPath[];
 | 
|  
 | 
|  // HostConfig interace provides read-only access to host configuration.
 | 
|  class HostConfig {
 | 
| 
 |