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

Unified Diff: remoting/client/client_util.h

Issue 2856067: Revert 53892 - Initial scriptable object implementation.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: remoting/client/client_util.h
===================================================================
--- remoting/client/client_util.h (revision 53945)
+++ remoting/client/client_util.h (working copy)
@@ -16,6 +16,10 @@
// 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') | remoting/client/plugin/chromoting_scriptable_object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698