Index: chrome/browser/printing/cloud_print/cloud_print_proxy_service.h |
diff --git a/chrome/browser/printing/cloud_print/cloud_print_proxy_service.h b/chrome/browser/printing/cloud_print/cloud_print_proxy_service.h |
index 6f4b7dc91714aa3ed8f7fc1f9853d7786e693c46..0b795081a72a565e40705ec864554247d5f57ec0 100644 |
--- a/chrome/browser/printing/cloud_print/cloud_print_proxy_service.h |
+++ b/chrome/browser/printing/cloud_print/cloud_print_proxy_service.h |
@@ -55,11 +55,6 @@ class CloudPrintProxyService : public KeyedService { |
// update the browser prefs. |
void RefreshStatusFromService(); |
- // Disable the service if the policy to do so is set, and once the |
- // disablement is verified, quit the browser. Returns true if the policy is |
- // not set or the connector was not enabled. |
- bool EnforceCloudPrintConnectorPolicyAndQuit(); |
- |
std::string proxy_id() const { return proxy_id_; } |
private: |
@@ -99,10 +94,6 @@ class CloudPrintProxyService : public KeyedService { |
// For watching for connector policy changes. |
PrefChangeRegistrar pref_change_registrar_; |
- // If set, continue trying to disable the connector, and quit the process |
- // once successful. |
- bool enforcing_connector_policy_; |
- |
base::WeakPtrFactory<CloudPrintProxyService> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(CloudPrintProxyService); |