| Index: chrome/service/service_ipc_server.h
|
| diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
|
| index 4f7f5f7b36b72b2e38747971081b76beec3e172a..7fd5d61a2da5c2e4bf0cf98f5bdb7fc6d1487edd 100644
|
| --- a/chrome/service/service_ipc_server.h
|
| +++ b/chrome/service/service_ipc_server.h
|
| @@ -15,6 +15,12 @@
|
| #include "ipc/ipc_sync_message_filter.h"
|
| #include "ipc/ipc_sender.h"
|
|
|
| +namespace base {
|
| +
|
| +class DictionaryValue;
|
| +
|
| +} // namespace base
|
| +
|
| // This class handles IPC commands for the service process.
|
| class ServiceIPCServer : public IPC::Listener, public IPC::Sender {
|
| public:
|
| @@ -49,8 +55,7 @@ class ServiceIPCServer : public IPC::Listener, public IPC::Sender {
|
| const std::string& robot_auth_code,
|
| const std::string& robot_email,
|
| const std::string& user_email,
|
| - bool connect_new_printers,
|
| - const std::vector<std::string>& printer_blacklist);
|
| + const base::DictionaryValue& user_settings);
|
| void OnGetCloudPrintProxyInfo();
|
| void OnDisableCloudPrintProxy();
|
|
|
|
|