Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1557)

Unified Diff: remoting/client/client_util.h

Issue 3064009: Initial scriptable object implementation. (Closed)
Patch Set: Fix alpha's style nits. Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/client/client_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | remoting/client/client_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698