summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_ipc_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/service_ipc_server.h')
-rw-r--r--chrome/service/service_ipc_server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
index 71c2a59..eeb1f74 100644
--- a/chrome/service/service_ipc_server.h
+++ b/chrome/service/service_ipc_server.h
@@ -42,6 +42,10 @@ class ServiceIPCServer : public IPC::Channel::Listener,
// IPC message handlers.
void OnEnableCloudPrintProxy(const std::string& lsid);
+ void OnEnableCloudPrintProxyWithRobot(
+ const std::string& robot_auth_code,
+ const std::string& robot_email,
+ const std::string& user_email);
void OnGetCloudPrintProxyInfo();
void OnDisableCloudPrintProxy();