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

Unified Diff: session_manager_setup.sh

Issue 1640006: [login_manager] throw the switch to in-chrome authentication (Closed)
Patch Set: Created 10 years, 8 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: session_manager_setup.sh
diff --git a/session_manager_setup.sh b/session_manager_setup.sh
index ce9a4fb451ff77a06260a692ee0f22752215f999..a99829cf044681919094297d2a5050d25ebc6843 100755
--- a/session_manager_setup.sh
+++ b/session_manager_setup.sh
@@ -89,7 +89,6 @@ touch /tmp/doing-chrome-login
CHROME_DIR="/opt/google/chrome"
CHROME="$CHROME_DIR/chrome"
-COOKIE_PIPE="/tmp/cookie_pipe"
SEND_METRICS="/etc/send_metrics"
CONSENT_FILE="$DATA_DIR/Consent To Send Stats"
@@ -145,6 +144,6 @@ exec /sbin/session_manager --uid=${USER_ID} --login -- \
--no-first-run \
--user-data-dir=/home/$USER \
--login-profile=user \
- "--cookie-pipe=$COOKIE_PIPE" \
+ --in-chrome-auth \
--enable-login-images \
"${SKIP_OOBE}"
« 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