| Index: chrome/service/cloud_print/cloud_print_proxy.h
|
| diff --git a/chrome/service/cloud_print/cloud_print_proxy.h b/chrome/service/cloud_print/cloud_print_proxy.h
|
| index 8c8fafec0f359a778a215923aea63c9e16c22b6e..9765add4aee00819e2b297f52c59bbd879af1170 100644
|
| --- a/chrome/service/cloud_print/cloud_print_proxy.h
|
| +++ b/chrome/service/cloud_print/cloud_print_proxy.h
|
| @@ -46,8 +46,7 @@ class CloudPrintProxy : public CloudPrintProxyFrontend,
|
| 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 UnregisterPrintersAndDisableForUser();
|
| void DisableForUser();
|
| // Returns the proxy info.
|
|
|