From 76451fe7fbce667742dff671cad06cbd039f8296 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Thu, 2 Sep 2010 02:05:06 +0000 Subject: Basic user access check for chromoting host. BUG=53984 TEST=unittests Review URL: http://codereview.chromium.org/3303001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58301 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/host_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting/host/host_config.h') diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h index f0912bc..7223767 100644 --- a/remoting/host/host_config.h +++ b/remoting/host/host_config.h @@ -39,6 +39,8 @@ class HostConfig : public base::RefCountedThreadSafe { }; // MutableHostConfig extends HostConfig for mutability. +// +// TODO(sergeyu): Simplify this interface. class MutableHostConfig : public HostConfig { public: MutableHostConfig() { }; -- cgit v1.1