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

Unified Diff: components/arc/arc_util.h

Issue 2707133006: Start ARC and sign in after Chrome OS login (Closed)
Patch Set: test coverage in chrome_launcher_controller_impl_unittest.cc 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: components/arc/arc_util.h
diff --git a/components/arc/arc_util.h b/components/arc/arc_util.h
index eb31c07633943c58b2a89d083a6efdde280d8b21..dc3f832e861f1c5476dcd18b965b5d81a4641a96 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 ShouldAlwaysStartArc();
Luis Héctor Chávez 2017/02/27 17:13:15 same here, ShouldArcStartAlways
victorhsieh 2017/02/28 18:57:33 Done.
+
+// Enables to always start ARC for testing, by appending the command line flag.
+void SetAlwaysStartArcForTesting();
+
// 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

Powered by Google App Engine
This is Rietveld 408576698