Index: remoting/client/client_util.h |
diff --git a/remoting/client/client_util.h b/remoting/client/client_util.h |
index 8cad1d56f25626008980991df33eff2db91fc814..3660563ef28fa889d8b4b1e8cd2162d849d54b1e 100644 |
--- a/remoting/client/client_util.h |
+++ b/remoting/client/client_util.h |
@@ -16,10 +16,6 @@ struct ClientConfig; |
// Return true if successful. |
bool GetLoginInfoFromArgs(int argc, char** argv, ClientConfig* config); |
-// Get the login info from the URL params and write values into |config|. |
-// Return true if successful. |
-bool GetLoginInfoFromUrlParams(const std::string& url, ClientConfig* config); |
- |
} // namespace remoting |
#endif // REMOTING_CLIENT_CLIENT_UTIL_H_ |