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

Unified Diff: client/cros/constants.py

Issue 6880288: [autotest] Add test for the re-taking of ownership after the owner key is lost (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: cleanup more unneeded vars Created 9 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/cros/cros_ui_test.py » ('j') | client/cros/ownership.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cros/constants.py
diff --git a/client/cros/constants.py b/client/cros/constants.py
index de97890a3571cf566716242a5383945f898b3aea..019289e2b2b6e48ff811cf68e1ee8409265caa5a 100644
--- a/client/cros/constants.py
+++ b/client/cros/constants.py
@@ -39,6 +39,7 @@ CRYPTOHOME_MOUNT_PT = USER_DATA_DIR + '/user'
CRYPTOHOMED_LOG = '/var/log/cryptohomed.log'
DISABLE_BROWSER_RESTART_MAGIC_FILE = '/tmp/disable_chrome_restart'
+DEFAULT_OWNERSHIP_TIMEOUT = 300 # Ownership is an inherently random process.
FLIMFLAM_TEST_PATH = '/usr/lib/flimflam/test/'
@@ -58,7 +59,6 @@ OWNER_KEY_FILE = WHITELIST_DIR + '/owner.key'
SESSION_MANAGER = 'session_manager'
SESSION_MANAGER_LOG = '/var/log/session_manager'
-SIGNED_PREFERENCES_FILE = WHITELIST_DIR + '/preferences'
SIGNED_POLICY_FILE = WHITELIST_DIR + '/policy'
SPECIAL_CASE_DOMAIN = 'gmail.com'
« no previous file with comments | « no previous file | client/cros/cros_ui_test.py » ('j') | client/cros/ownership.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698