diff options
Diffstat (limited to 'remoting/host/host_config.cc')
-rw-r--r-- | remoting/host/host_config.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc index e812843..5b277db 100644 --- a/remoting/host/host_config.cc +++ b/remoting/host/host_config.cc @@ -17,5 +17,6 @@ const char kHostNameConfigPath[] = "host_name"; const char kHostSecretHashConfigPath[] = "host_secret_hash"; const char kPrivateKeyConfigPath[] = "private_key"; const char kUsageStatsConsentConfigPath[] = "usage_stats_consent"; +const char kEnableVp9ConfigPath[] = "enable_vp9"; } // namespace remoting |