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

Unified Diff: chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h

Issue 2682833003: Skip ARC initial screen when everything is set up by policy (Closed)
Patch Set: Rebase Created 3 years, 10 months 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/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 0d4ec31d9d71d86501bca621289e6ed3d8746d62..2cc6d3b9977d968768a80f6906e34bc4fe075387 100644
--- a/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
+++ b/chrome/browser/chromeos/arc/optin/arc_optin_preference_handler.h
@@ -20,6 +20,10 @@ class ArcOptInPreferenceHandlerObserver;
// 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,

Powered by Google App Engine
This is Rietveld 408576698