Index: remoting/base/constants.h |
diff --git a/remoting/base/constants.h b/remoting/base/constants.h |
index c056e782a67363f8f49533c4c4f560514d4fb206..b9180438de6f633a273daaa013bed92a0486e65c 100644 |
--- a/remoting/base/constants.h |
+++ b/remoting/base/constants.h |
@@ -22,6 +22,9 @@ extern const char kMimeTypeTextUtf8[]; |
const int kDefaultDpi = 96; |
+// The default interval for processes to send resource usage to network process. |
+const int kDefaultProcessStatsIntervalMs = 2000; |
dcheng
2017/06/19 06:22:58
Can we take advantage of TimeDelta's constexpr con
Hzj_jie
2017/06/19 18:46:43
Done.
|
+ |
} // namespace remoting |
#endif // REMOTING_BASE_CONSTANTS_H_ |