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

Unified Diff: client/bin/site_login.py

Issue 3754009: [autotest] remove ownership state, THEN restart the browser (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 2 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_ui_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/site_login.py
diff --git a/client/bin/site_login.py b/client/bin/site_login.py
index 2bda9822960d5493fd0ca3e1ef98c3149e79d129..7bc82782aa3ba044c8dd5043008039674f41bdd3 100644
--- a/client/bin/site_login.py
+++ b/client/bin/site_login.py
@@ -76,8 +76,6 @@ def __session_manager_restarted(oldpid):
def logged_in():
- if (not os.path.exists(chromeos_constants.LOGGED_IN_MAGIC_FILE)):
- logging.debug(chromeos_constants.LOGGED_IN_MAGIC_FILE + " no exist")
# this file is created when the session_manager emits start-user-session
# and removed when the session_manager emits stop-user-session
return os.path.exists(chromeos_constants.LOGGED_IN_MAGIC_FILE)
« no previous file with comments | « no previous file | client/bin/site_ui_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698