Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: remoting/host/host_config.cc

Issue 372943002: Add video frame recording capability to Chromoting hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct comment Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698