summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_paths.h
diff options
context:
space:
mode:
authorjennyz <jennyz@chromium.org>2015-09-03 13:59:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-03 21:00:03 +0000
commit26b7f4356b905831f152cebb28c08a16ad72d80c (patch)
tree3a0acf791ae608ab0601bfa412405ee82c9e933a /chromeos/chromeos_paths.h
parentfb833eca8993b1210f530fcfa09cd3e72d2d45fe (diff)
downloadchromium_src-26b7f4356b905831f152cebb28c08a16ad72d80c.zip
chromium_src-26b7f4356b905831f152cebb28c08a16ad72d80c.tar.gz
chromium_src-26b7f4356b905831f152cebb28c08a16ad72d80c.tar.bz2
Implement kiosk multiple apps feature. This includes:
1. Add new manifest keys in the manifest file of the primary kiosk app to configure secondary kiosk apps. 2. Implement the work flow for primary kiosk to download and install secondary apps before its first time launch. 3. Expand FakeCWS to support multiple kiosk apps' update check. 4. Move the hard coded local extension cache director to chromeos path service so that it can be created in testing environment. BUG=510217 TBR=stevenjb Review URL: https://codereview.chromium.org/1301323005 Cr-Commit-Position: refs/heads/master@{#347237}
Diffstat (limited to 'chromeos/chromeos_paths.h')
-rw-r--r--chromeos/chromeos_paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
index 2e500d9..95fdcfa 100644
--- a/chromeos/chromeos_paths.h
+++ b/chromeos/chromeos_paths.h
@@ -46,6 +46,8 @@ enum {
// policy for extensions.
DIR_DEVICE_COLOR_CALIBRATION_PROFILES, // Directory where system color
// calibration files can be found.
+ DIR_DEVICE_EXTENSION_LOCAL_CACHE, // Directory where extension local cache
+ // is stored.
PATH_END
};