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

Unified Diff: remoting/base/constants.cc

Issue 2933203002: [Chromoting] Use ProcessStatsSender in DesktopSessionAgent (desktop process) (Closed)
Patch Set: Resolve review comments Created 3 years, 6 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/base/constants.cc
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index c61ec01f9e141bda89c7c0430cce4a2dbb42bef1..9647f64b4355bf4b4e26045f158623f45f4d4789 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -16,4 +16,7 @@ const char kVideoStatsChannelNamePrefix[] = "video_stats:";
const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
+const base::TimeDelta kDefaultProcessStatsInterval =
dcheng 2017/06/19 20:11:26 Nit: mark this as constexpr so we guarantee no sta
Hzj_jie 2017/06/19 20:39:14 Since we are using constexpr, I think we can entir
+ base::TimeDelta::FromMilliseconds(2000);
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698