Chromium Code Reviews| Index: chrome/browser/chromeos/arc/optin/arc_optin_preference_handler_observer.h |
| diff --git a/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler_observer.h b/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler_observer.h |
| index c1518c2b6e67799b943736fc6b14c3425e714d14..f41f8726c47b195fd5ada78135bc02ab48892688 100644 |
| --- a/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler_observer.h |
| +++ b/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler_observer.h |
| @@ -10,11 +10,11 @@ namespace arc { |
| // Notifies about changes in Arc related preferences and metrics mode. |
| class ArcOptInPreferenceHandlerObserver { |
| public: |
| - // Notifies metrics mode has been changed. |
| + // Notifies that the metrics mode has been changed. |
|
hidehiko
2017/02/17 09:03:01
Thank you for clean up!
|
| virtual void OnMetricsModeChanged(bool enabled, bool managed) = 0; |
| - // Notifies use backup and restore preference has been changed. |
| + // Notifies that the backup and restore mode has been changed. |
| virtual void OnBackupAndRestoreModeChanged(bool enabled, bool managed) = 0; |
| - // Notifies location service consent preference has been changed. |
| + // Notifies that the location service mode has been changed. |
| virtual void OnLocationServicesModeChanged(bool enabled, bool managed) = 0; |
| virtual ~ArcOptInPreferenceHandlerObserver() = default; |