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

Unified Diff: components/arc/arc_util.h

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: address 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
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.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 5ef99d40bd20a0fe2b95d6836793964ead96c3ff..6f7ef0727aa5ebf2df3f564cb6a540243fb2ad97 100644
--- a/components/arc/arc_util.h
+++ b/components/arc/arc_util.h
@@ -33,6 +33,13 @@ bool IsArcAvailable();
// |command_line| must not be nullptr.
void SetArcAvailableCommandLineForTesting(base::CommandLine* command_line);
+// 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, it is disabled for testing purpose.
+bool IsArcOptInVerificationDisabled();
+
} // namespace arc
#endif // COMPONENTS_ARC_ARC_UTIL_H_
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | components/arc/arc_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698