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 e1ddaed1a9b4a7ca967e8e9683bbe7b4cdf38cec..599972668ef875032227d6884f43fd9f3159f158 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. |