diff options
author | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 20:51:13 +0000 |
---|---|---|
committer | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 20:51:13 +0000 |
commit | 096a9e60aaa92b6866509a4600c13ded7fccb11c (patch) | |
tree | 9ecdb6dc17a751408b907bf38c3567e4b913c6b8 /chrome/common/chrome_paths.h | |
parent | 2bc9094052fb4dceab4363ad72f87c6031fd400f (diff) | |
download | chromium_src-096a9e60aaa92b6866509a4600c13ded7fccb11c.zip chromium_src-096a9e60aaa92b6866509a4600c13ded7fccb11c.tar.gz chromium_src-096a9e60aaa92b6866509a4600c13ded7fccb11c.tar.bz2 |
Revert 182279 due to failure in CloudPolicyTest.FetchPolicyWithRotatedKey on ChromeOS Asan bots.
> Verify the signature on user cloud policy downloads.
>
> The signature on the user cloud policy blob is already verified by the session
> manager on ChromeOS, but should also be verified by Chrome before storing new
> policy, and after loading policy from the cache.
>
> BUG=174015
>
>
> Review URL: https://chromiumcodereview.appspot.com/12183017
TBR=joaodasilva@chromium.org
Review URL: https://codereview.chromium.org/12255017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182302 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, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index aa61b9b..4abaf9d 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -104,8 +104,6 @@ enum { // reside. FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the // default app order. - DIR_USER_POLICY_KEYS, // Directory where the session_manager stores - // the user policy keys. #endif // Valid only in development environment; TODO(darin): move these |