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

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: make fixes 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') | no next file with comments »
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..ecdba4404bfae4c8a9c3a00a512c8a4cec6e85a8 100644
--- a/client/cros/constants.py
+++ b/client/cros/constants.py
@@ -57,7 +57,8 @@ 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_PREFERENCES_FILE = WHITELIST_DIR + '/preferences'
+SIGNED_POLICY_FILE = WHITELIST_DIR + '/policy'
SPECIAL_CASE_DOMAIN = 'gmail.com'
TOKEN_AUTH_URL = '/accounts/TokenAuth'
« no previous file with comments | « no previous file | client/cros/ownership.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698