diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-23 23:19:38 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-23 23:19:38 +0000 |
commit | c594137d5eb27a988d98dede8ff9a920f25733de (patch) | |
tree | cb02597bdbe244ca5e0fd9b678360c3252bd32e8 /remoting/client/client_util.h | |
parent | 139d147a5b334e7693c26e37a1e039a110b2ee2d (diff) | |
download | chromium_src-c594137d5eb27a988d98dede8ff9a920f25733de.zip chromium_src-c594137d5eb27a988d98dede8ff9a920f25733de.tar.gz chromium_src-c594137d5eb27a988d98dede8ff9a920f25733de.tar.bz2 |
Remove remoting_x11_client
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7243014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90289 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/client_util.h')
-rw-r--r-- | remoting/client/client_util.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/remoting/client/client_util.h b/remoting/client/client_util.h deleted file mode 100644 index 3660563..0000000 --- a/remoting/client/client_util.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2010 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_CLIENT_CLIENT_UTIL_H_ -#define REMOTING_CLIENT_CLIENT_UTIL_H_ - -#include <string> - -namespace remoting { - -struct ClientConfig; - -// Get the login info from the cmdline args (or request from the console if -// not present) and write values into |config|. -// Return true if successful. -bool GetLoginInfoFromArgs(int argc, char** argv, ClientConfig* config); - -} // namespace remoting - -#endif // REMOTING_CLIENT_CLIENT_UTIL_H_ |