From 71811bb2b9de51900927c3e82aeb779c6fcb798b Mon Sep 17 00:00:00 2001 From: "ricow@chromium.org" Date: Fri, 20 Jun 2014 07:37:44 +0000 Subject: Revert 278518 "Wire up component cloud policy to device local ac..." This is causing failures on Linux Chromium OS ASan LSan Tests (3), see http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%283%29/builds/1905 > Wire up component cloud policy to device local accounts. > > This enables policy-for-extensions running in Public Sessions, and for > extensions running as Kiosk Apps too. > > TBR=bartfab@chromium.org > BUG=224596 > > Review URL: https://codereview.chromium.org/341043005 TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/343103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278642 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/chromeos_paths.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chromeos/chromeos_paths.h') diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h index db55c27..fe9be13 100644 --- a/chromeos/chromeos_paths.h +++ b/chromeos/chromeos_paths.h @@ -38,11 +38,6 @@ enum { DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data // referenced by policies is cached // for device-local accounts. - DIR_DEVICE_LOCAL_ACCOUNT_COMPONENT_POLICY, // Directory where policy for the - // components of device-local - // account is stored. Currently - // this is used for policy for - // extensions. PATH_END }; -- cgit v1.1