Index: remoting/host/daemon_controller_common_win.cc |
diff --git a/remoting/host/daemon_controller_common_win.cc b/remoting/host/daemon_controller_common_win.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ea71dcf4428ec60ee93fac07ac6cba922a9d764f |
--- /dev/null |
+++ b/remoting/host/daemon_controller_common_win.cc |
@@ -0,0 +1,17 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "remoting/host/daemon_controller_common_win.h" |
+ |
+// Code common to the Windows daemon controller and the Windows elevated |
+// controller. |
+ |
+namespace remoting { |
+ |
+const FilePath::CharType* kUnprivilegedConfigFileName = |
+ FILE_PATH_LITERAL("host_unprivileged.json"); |
+ |
+const size_t kMaxConfigFileSize = 1024 * 1024; |
+ |
+} // namespace remoting |