| Index: remoting/host/host_config.cc
|
| diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc
|
| index e81284312a78128dea32e8e690ca97995b5800ee..5b277db811452e05a1170da22ab00990c52aba2e 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
|
|
|