| Index: chrome/browser/chromeos/policy/consumer_management_notifier.h
|
| diff --git a/chrome/browser/chromeos/policy/consumer_management_notifier.h b/chrome/browser/chromeos/policy/consumer_management_notifier.h
|
| index e107b7f0cfcd5d0b38d47e2ee5ae1cc20605002b..f44f53e2825941509adc3e713ae45a30106f83bb 100644
|
| --- a/chrome/browser/chromeos/policy/consumer_management_notifier.h
|
| +++ b/chrome/browser/chromeos/policy/consumer_management_notifier.h
|
| @@ -5,9 +5,6 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_POLICY_CONSUMER_MANAGEMENT_NOTIFIER_H_
|
| #define CHROME_BROWSER_CHROMEOS_POLICY_CONSUMER_MANAGEMENT_NOTIFIER_H_
|
|
|
| -#include <string>
|
| -
|
| -#include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/chromeos/policy/consumer_management_service.h"
|
| @@ -37,23 +34,14 @@
|
| void OnConsumerManagementStatusChanged() override;
|
|
|
| private:
|
| - // Shows a notification based on |stage|.
|
| - void ShowNotification(const ConsumerManagementStage& stage);
|
| -
|
| // Shows a desktop notification.
|
| - void ShowDesktopNotification(
|
| - const std::string& notification_id,
|
| - const std::string& notification_url,
|
| - int title_message_id,
|
| - int body_message_id,
|
| - int button_label_message_id,
|
| - const base::Closure& button_click_callback);
|
| + void ShowDesktopNotification(const ConsumerManagementStage& stage);
|
|
|
| // Opens the settings page.
|
| void OpenSettingsPage() const;
|
|
|
| - // Opens the enrollment/unenrollment confirmation dialog in the settings page.
|
| - void TryAgain() const;
|
| + // Opens the enrollment confirmation dialog in the settings page.
|
| + void TryEnrollmentAgain() const;
|
|
|
| Profile* profile_;
|
| ConsumerManagementService* consumer_management_service_;
|
|
|