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

Unified Diff: trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc

Issue 165243002: Revert 251146 "Disable ubercomp for kiosk mode." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc (revision 251183)
+++ trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc (working copy)
@@ -1452,9 +1452,6 @@
command_line->AppendSwitch(::switches::kForceAppMode);
command_line->AppendSwitchASCII(::switches::kAppId, kiosk_app_id);
- // TODO(hshi): re-enable ubercomp in kiosk mode. http://crbug.com/342061
- command_line->AppendSwitch(::switches::kDisableDelegatedRenderer);
-
// Disable window animation since kiosk app runs in a single full screen
// window and window animation causes start-up janks.
command_line->AppendSwitch(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698