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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2865003003: Put OOBE UI on touch display if no keyboard detected (Closed)
Patch Set: Created 3 years, 7 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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index f3d10f0cb0164dad21839390bc838928596b2cf2..afef8e286387c659773ef810f98f73dbeabcf5ec 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -416,6 +416,9 @@ const char kOobeBootstrappingMaster[] = "oobe-bootstrapping-master";
// Indicates that a guest session has been started before OOBE completion.
const char kOobeGuestSession[] = "oobe-guest-session";
+// Have OOBE displayed on a touch display when possible.
+const char kOobePreferTouchDisplay[] = "oobe-prefer-touch-display";
jdufault 2017/05/08 17:44:58 Why not make this the default and remove the flag?
+
// Skips all other OOBE pages after user login.
const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
« chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('K') | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698