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

Side by Side Diff: session_manager_setup.sh

Issue 1100008: Removes command line switch for new login. (Closed)
Patch Set: Created 10 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 XAUTH=/usr/bin/xauth 7 XAUTH=/usr/bin/xauth
8 XAUTH_FILE="/var/run/chromelogin.auth" 8 XAUTH_FILE="/var/run/chromelogin.auth"
9 SERVER_READY= 9 SERVER_READY=
10 10
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 exec /sbin/session_manager --uid=${USER_ID} --login -- \ 115 exec /sbin/session_manager --uid=${USER_ID} --login -- \
116 $CHROME --enable-gview \ 116 $CHROME --enable-gview \
117 --enable-sync \ 117 --enable-sync \
118 --log-level=0 \ 118 --log-level=0 \
119 --main-menu-url="http://welcome-cros.appspot.com/menu" \ 119 --main-menu-url="http://welcome-cros.appspot.com/menu" \
120 --no-first-run \ 120 --no-first-run \
121 --user-data-dir=/home/$USER \ 121 --user-data-dir=/home/$USER \
122 --login-profile=user \ 122 --login-profile=user \
123 "--cookie-pipe=$COOKIE_PIPE" \ 123 "--cookie-pipe=$COOKIE_PIPE" \
124 --enable-login-images \
125 "${SKIP_OOBE}" 124 "${SKIP_OOBE}"
OLDNEW
« 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