Index: chrome/service/service_process.h |
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h |
index 1b2bc78885e5eb8223aa6a0aca92c8f9f98d5191..d5942d44531a00c3970da9295fe34033eb0d03e2 100644 |
--- a/chrome/service/service_process.h |
+++ b/chrome/service/service_process.h |
@@ -105,12 +105,6 @@ class ServiceProcess : public cloud_print::CloudPrintProxy::Client { |
// connected. |
void ShutdownIfNeeded(); |
- // Schedule a call to CloudPrintPolicyCheckIfNeeded. |
- void ScheduleCloudPrintPolicyCheck(); |
- |
- // Launch the browser for a policy check if we're not connected. |
- void CloudPrintPolicyCheckIfNeeded(); |
- |
// Called exactly ONCE per process instance for each service that gets |
// enabled in this process. |
void OnServiceEnabled(); |