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

Unified Diff: client/bin/chromeos_constants.py

Issue 1534001: switch to autox.py and robustify login/logout code (Closed)
Patch Set: merge with head 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 | client/bin/site_login.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/chromeos_constants.py
diff --git a/client/bin/chromeos_constants.py b/client/bin/chromeos_constants.py
index 18d1f3b983a5fa5e29347bc0a1151f5bb7ca2f94..a7c9e489dda960f44f6eef7527fabd23d9cd2e13 100644
--- a/client/bin/chromeos_constants.py
+++ b/client/bin/chromeos_constants.py
@@ -12,7 +12,7 @@ CRYPTOHOME_DEVICE = '/dev/mapper/cryptohome'
CRYPTOHOME_MOUNT_PT = USER_DATA_DIR+'/user'
BROWSER = 'chrome'
-
+SESSION_MANAGER = 'session_manager'
WINDOW_MANAGER = 'chromeos-wm'
LOGGED_IN_MAGIC_FILE = '/var/run/state/logged-in'
@@ -21,3 +21,8 @@ CHROME_WINDOW_MAPPED_MAGIC_FILE = \
'/var/run/state/windowmanager/initial-chrome-window-mapped'
DISABLE_BROWSER_RESTART_MAGIC_FILE = '/tmp/disable_chrome_restart'
+
+CREDENTIALS = {
+ '$default': ['performance.test.account@gmail.com', 'perfsmurf'],
+ '$backdoor': ['chronos@gmail.com', 'chronos'],
+}
« no previous file with comments | « no previous file | client/bin/site_login.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698