Index: remoting/host/host_config.cc |
diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc |
index 5b277db811452e05a1170da22ab00990c52aba2e..29a2720ca148ef5b9299c38837bf6d73c8fda150 100644 |
--- a/remoting/host/host_config.cc |
+++ b/remoting/host/host_config.cc |
@@ -18,5 +18,6 @@ const char kHostSecretHashConfigPath[] = "host_secret_hash"; |
const char kPrivateKeyConfigPath[] = "private_key"; |
const char kUsageStatsConsentConfigPath[] = "usage_stats_consent"; |
const char kEnableVp9ConfigPath[] = "enable_vp9"; |
+const char kFrameRecorderBufferKbConfigPath[] = "frame-recorder-buffer-kb"; |
} // namespace remoting |