Index: chrome/service/service_ipc_server.h |
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h |
index b2855be9224f996c1c53dd8f3f30f4c45326ae02..4f7f5f7b36b72b2e38747971081b76beec3e172a 100644 |
--- a/chrome/service/service_ipc_server.h |
+++ b/chrome/service/service_ipc_server.h |
@@ -6,6 +6,7 @@ |
#define CHROME_SERVICE_SERVICE_IPC_SERVER_H_ |
#include <string> |
+#include <vector> |
#include "base/memory/scoped_ptr.h" |
#include "ipc/ipc_channel_handle.h" |
@@ -47,7 +48,9 @@ class ServiceIPCServer : public IPC::Listener, public IPC::Sender { |
void OnEnableCloudPrintProxyWithRobot( |
const std::string& robot_auth_code, |
const std::string& robot_email, |
- const std::string& user_email); |
+ const std::string& user_email, |
+ bool connect_new_printers, |
+ const std::vector<std::string>& printer_blacklist); |
void OnGetCloudPrintProxyInfo(); |
void OnDisableCloudPrintProxy(); |