diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 18:26:56 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 18:26:56 +0000 |
commit | d7749d2e66ddbd6c5eaca1561dfa528f0693c0c1 (patch) | |
tree | f8aad40b8f9b797fc34d5c2eca2645ba34f7143e /chrome/common/chrome_paths.h | |
parent | 42a9f3ebec8922ccf4527dcce8f683a58e198920 (diff) | |
download | chromium_src-d7749d2e66ddbd6c5eaca1561dfa528f0693c0c1.zip chromium_src-d7749d2e66ddbd6c5eaca1561dfa528f0693c0c1.tar.gz chromium_src-d7749d2e66ddbd6c5eaca1561dfa528f0693c0c1.tar.bz2 |
Add integration tests for Public Accounts.
These test end-to-end integration against a running Chrome browser,
configuring Public Accounts in device settings and running the browser
to verify that the accounts are present and work.
BUG=chromium-os:37152,chromium-os:38060
TBR=pastarmovj
Review URL: https://chromiumcodereview.appspot.com/12212096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 3695e3e..b7f4f5b 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -106,6 +106,8 @@ enum { // default app order. DIR_USER_POLICY_KEYS, // Directory where the session_manager stores // the user policy keys. + FILE_OWNER_KEY, // Full path to the owner key file. + FILE_INSTALL_ATTRIBUTES, // Full path to the install attributes file. #endif #if defined(ENABLE_MANAGED_USERS) DIR_MANAGED_USERS_DEFAULT_APPS, // Directory where installer places .crx |