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

Unified Diff: components/arc/arc_util.h

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: address review comments Created 3 years, 11 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 bb25a138c527c710376b9f891b787c5459e1ddc7..4f62e266f114827a9ef9b3549897080667a93880 100644
--- a/components/arc/arc_util.h
+++ b/components/arc/arc_util.h
@@ -21,6 +21,13 @@ namespace arc {
// check, so it is ok to access them directly.
bool IsArcAvailable();
+// Returns true if ARC should run under Kiosk mode.
+bool IsArcKioskMode();
+
+// Checks if opt-in verification was disabled by switch in command line.
+// In most cases, this is for testing purpose.
Yusuke Sato 2017/01/24 20:36:59 "this is disabled" ?
hidehiko 2017/01/31 13:07:51 Done.
+bool IsArcOptInVerificationDisabled();
+
} // namespace arc
#endif // COMPONENTS_ARC_ARC_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698