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

Unified Diff: remoting/host/setup/host_starter.h

Issue 11185037: [Chromoting] Let the Linux start-host app take a redirect-URL parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows include. Created 8 years, 2 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/host/setup/host_starter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/host_starter.h
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
index 508e13aff13340e4884ec0775c454c513a5ea718..11b2df1705aff0671dbdd1cfdeb3ac7d9056c37a 100644
--- a/remoting/host/setup/host_starter.h
+++ b/remoting/host/setup/host_starter.h
@@ -42,8 +42,11 @@ class HostStarter :
// Registers a new host with the Chromoting service, and starts it.
// |auth_code| must be a valid OAuth2 authorization code, typically acquired
// from a browser. This method uses that code to get an OAuth2 refresh token.
- void StartHost(const std::string& host_name, const std::string& host_pin,
- bool consent_to_data_collection, const std::string& auth_code,
+ void StartHost(const std::string& host_name,
+ const std::string& host_pin,
+ bool consent_to_data_collection,
+ const std::string& auth_code,
+ const std::string& redirect_url,
CompletionCallback on_done);
// gaia::GaiaOAuthClient::Delegate
« no previous file with comments | « no previous file | remoting/host/setup/host_starter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698