| 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 644514ad2316a76f382145bc4c7ec22d6ea0957d..e844a9dec702cd33696a532e723bf3439560af82 100644
|
| --- a/chrome/service/cloud_print/cloud_print_proxy.h
|
| +++ b/chrome/service/cloud_print/cloud_print_proxy.h
|
| @@ -89,11 +89,8 @@ class CloudPrintProxy : public CloudPrintProxyFrontend,
|
| // This is set to true when the Cloud Print proxy is enabled and after
|
| // successful authentication with the Cloud Print service.
|
| bool enabled_;
|
| - // This is initialized after a successful call to one of the Enable* methods.
|
| - // It is not cleared in DisableUser.
|
| - std::string proxy_id_;
|
| - // Cloud Print server url.
|
| - GURL cloud_print_server_url_;
|
| + // Connector settings.
|
| + ConnectorSettings settings_;
|
| // This is a cleanup class for unregistering printers on proxy disable.
|
| scoped_ptr<CloudPrintWipeout> wipeout_;
|
|
|
|
|