Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6452)

Unified Diff: chrome/service/cloud_print/cloud_print_proxy.h

Issue 10968031: Added ConnectorSettings class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698