Index: chrome/service/service_ipc_server.h |
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h |
index 5cd86242d79b71392925de78ae8fe44c7094daa8..02bf3bbf9fb19d727289e7de3c1aee6f61864725 100644 |
--- a/chrome/service/service_ipc_server.h |
+++ b/chrome/service/service_ipc_server.h |
@@ -40,7 +40,7 @@ class ServiceIPCServer : public IPC::Channel::Listener, |
void OnEnableCloudPrintProxy(const std::string& lsid); |
void OnEnableCloudPrintProxyWithTokens(const std::string& cloud_print_token, |
const std::string& talk_token); |
- void OnIsCloudPrintProxyEnabled(bool* is_enabled, std::string* email); |
+ void OnIsCloudPrintProxyEnabled(); |
void OnEnableRemotingWithTokens(const std::string& login, |
const std::string& remoting_token, |