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

Unified Diff: chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h

Issue 733613005: Move the notification part out of ConsumerEnrollmentHandler so that it can be reused for unenrollme… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enroll
Patch Set: Added a check for UserManager. Created 6 years, 1 month 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/chromeos/policy/consumer_enrollment_handler_factory.h
diff --git a/chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h b/chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h
index 18c84c4b1a4f18933d303f5186698dbccbaf98e9..afd56486d4cf35de913b6cbaaa2674a9c33cd7d6 100644
--- a/chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h
+++ b/chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h
@@ -34,9 +34,6 @@ class ConsumerEnrollmentHandlerFactory
ConsumerEnrollmentHandlerFactory();
virtual ~ConsumerEnrollmentHandlerFactory();
- bool ShouldCreateHandler(Profile* profile,
- ConsumerManagementService* service) const;
-
// BrowserContextKeyedServiceFactory:
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;

Powered by Google App Engine
This is Rietveld 408576698