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

Unified Diff: remoting/host/host_config.h

Issue 372943002: Add video frame recording capability to Chromoting hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working implementation. 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.h
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
index 71c91ed96da615c4f554d557accca6d208fb1f82..196dd919849b7312c9294fc80eeb43198866263b 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 Kilobytes of frame data to allow each client to record.
Sergey Ulanov 2014/07/11 18:38:03 nit: it's Kibibytes.
+extern const char kFrameRecorderBufferKbConfigPath[];
// HostConfig interace provides read-only access to host configuration.
class HostConfig {

Powered by Google App Engine
This is Rietveld 408576698