| Index: chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
|
| diff --git a/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h b/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
|
| index 2cc6d3b9977d968768a80f6906e34bc4fe075387..0d4ec31d9d71d86501bca621289e6ed3d8746d62 100644
|
| --- a/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
|
| +++ b/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
|
| @@ -20,10 +20,6 @@
|
| // observes changes there. Changes in preferences and metrics mode are passed to
|
| // external consumer via ArcOptInPreferenceHandlerObserver. Once started it
|
| // immediately sends current state of metrics mode and preferences.
|
| -//
|
| -// Note that the preferences and metrics mode passed by this class should only
|
| -// be used for the OptIn flow, as this class overrides some of the defaults in
|
| -// order to encourage users to consent with the settings.
|
| class ArcOptInPreferenceHandler {
|
| public:
|
| ArcOptInPreferenceHandler(ArcOptInPreferenceHandlerObserver* observer,
|
|
|