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

Unified Diff: client/cros/constants.py

Issue 6759063: [autotest] Update login_OwnershipApi to use protobufs (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/cros/ownership.py » ('j') | client/site_tests/login_OwnershipApi/login_OwnershipApi.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 da07c93fd8e52b5986a710353c971a4fb3ed4d34..755020daf697dfa27a998eed7d95fe6d994777f0 100644
--- a/client/cros/constants.py
+++ b/client/cros/constants.py
@@ -58,6 +58,7 @@ 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'
petkov 2011/04/04 17:11:53 spaces around + (and above)
Chris Masone 2011/04/04 17:33:31 Done.
SPECIAL_CASE_DOMAIN = 'gmail.com'
TOKEN_AUTH_URL = '/accounts/TokenAuth'
« no previous file with comments | « no previous file | client/cros/ownership.py » ('j') | client/site_tests/login_OwnershipApi/login_OwnershipApi.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698