Index: chrome/browser/ui/webui/options/chromeos/consumer_management_handler.h |
diff --git a/chrome/browser/ui/webui/options/chromeos/consumer_management_handler.h b/chrome/browser/ui/webui/options/chromeos/consumer_management_handler.h |
index 5115dbb549dbe415498ec5cce8d289c2e545b2be..5b4003d571a841eaa66c3da23b74c7f77f73abe6 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/consumer_management_handler.h |
+++ b/chrome/browser/ui/webui/options/chromeos/consumer_management_handler.h |
@@ -23,22 +23,12 @@ class ConsumerManagementHandler : public ::options::OptionsPageUIHandler { |
virtual void GetLocalizedValues( |
base::DictionaryValue* localized_strings) OVERRIDE; |
virtual void RegisterMessages() OVERRIDE; |
- virtual void InitializeHandler() OVERRIDE; |
private: |
// Handles the button click events from the browser options page. |
void HandleEnrollConsumerManagement(const base::ListValue* args); |
void HandleUnenrollConsumerManagement(const base::ListValue* args); |
- // Starts the enrollment process. |
- void StartEnrollment(); |
- |
- // Starts the unenrollment process. |
- void StartUnenrollment(); |
- |
- // Updates the options page UI with the enrollment status. |
- void SetEnrollmentStatus(bool is_enrolled); |
- |
DISALLOW_COPY_AND_ASSIGN(ConsumerManagementHandler); |
}; |