summaryrefslogtreecommitdiffstats
path: root/remoting/host/branding.h
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 22:02:08 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 22:02:08 +0000
commit6760cf3b18c9faf534fecfe4b0842abfde83b2ed (patch)
tree77f69f5cea7996cdad5ae4aaa63658bb0c801ac7 /remoting/host/branding.h
parent8a7389ad398cd17785281ccc74421956c72f0f38 (diff)
downloadchromium_src-6760cf3b18c9faf534fecfe4b0842abfde83b2ed.zip
chromium_src-6760cf3b18c9faf534fecfe4b0842abfde83b2ed.tar.gz
chromium_src-6760cf3b18c9faf534fecfe4b0842abfde83b2ed.tar.bz2
1. Revisited branding (Chrome Remote Desktop vs Chromoting).
2. Chromoting is versioned separately from Chrome now. 3. Moved logs to a writable location on Windows. Review URL: https://chromiumcodereview.appspot.com/9924011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/branding.h')
-rw-r--r--remoting/host/branding.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/remoting/host/branding.h b/remoting/host/branding.h
new file mode 100644
index 0000000..df44732
--- /dev/null
+++ b/remoting/host/branding.h
@@ -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.
+
+#ifndef REMOTING_HOST_BRANDING_H_
+#define REMOTING_HOST_BRANDING_H_
+
+#include "base/file_path.h"
+
+namespace remoting {
+
+// Returns the location of the host configuration directory.
+FilePath GetConfigDir();
+
+} // namespace remoting
+
+#endif // REMOTING_HOST_BRANDING_H_