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

Unified Diff: components/arc/arc_util.h

Issue 2707133006: Start ARC and sign in after Chrome OS login (Closed)
Patch Set: rebase to ToT Created 3 years, 9 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
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | components/arc/arc_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_util.h
diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h
index eb31c07633943c58b2a89d083a6efdde280d8b21..a9e69d36878ecbaae809ccdd1c2cb6a630a5eed6 100644
--- a/components/arc/arc_util.h
+++ b/components/arc/arc_util.h
@@ -26,6 +26,14 @@ namespace arc {
// check, so it is ok to access them directly.
bool IsArcAvailable();
+// Returns true if ARC should always start within the primary user session
+// (opted in user or not), and other supported mode such as guest and Kiosk
+// mode.
+bool ShouldArcAlwaysStart();
+
+// Enables to always start ARC for testing, by appending the command line flag.
+void SetArcAlwaysStartForTesting();
+
// Returns true if ARC is installed and running ARC kiosk apps on the current
// device is officially supported.
// It doesn't follow that ARC is available for user sessions and
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | components/arc/arc_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698