Index: remoting/host/setup/me2me_native_messaging_host.h |
diff --git a/remoting/host/setup/me2me_native_messaging_host.h b/remoting/host/setup/me2me_native_messaging_host.h |
index 69441498b0ba272a48ed433e2cf939c541ffe8e9..cdbcb6c58c1aae6ff2e06574b51d6bb9727babe2 100644 |
--- a/remoting/host/setup/me2me_native_messaging_host.h |
+++ b/remoting/host/setup/me2me_native_messaging_host.h |
@@ -100,7 +100,8 @@ class Me2MeNativeMessagingHost |
scoped_ptr<base::DictionaryValue> response); |
void ProcessGetCredentialsFromAuthCode( |
scoped_ptr<base::DictionaryValue> message, |
- scoped_ptr<base::DictionaryValue> response); |
+ scoped_ptr<base::DictionaryValue> response, |
+ bool need_user_email); |
// These Send... methods get called on the DaemonController's internal thread, |
// or on the calling thread if called by the PairingRegistry. |