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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_proxy_service.h

Issue 1078213004: Remove --check-cloud-print-connector-policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sat Apr 11 02:29:11 PDT 2015 Created 5 years, 8 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/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);
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698