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

Unified Diff: chromeos/chromeos_paths.h

Issue 269573010: Download and cache kiosk app extension when it is added via kiosk mamangement ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add code review comments. Created 6 years, 8 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
Index: chromeos/chromeos_paths.h
diff --git a/chromeos/chromeos_paths.h b/chromeos/chromeos_paths.h
index d25ac437c5d515e16d7a223143f24691a74ea881..dbc712e5b74f11fae4fb773c39c2c52587b48a0f 100644
--- a/chromeos/chromeos_paths.h
+++ b/chromeos/chromeos_paths.h
@@ -14,26 +14,27 @@ namespace chromeos {
enum {
PATH_START = 7000,
-
- 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.
- FILE_OWNER_KEY, // Full path to the owner key file.
- FILE_INSTALL_ATTRIBUTES, // Full path to the install attributes file.
- FILE_UPTIME, // Full path to the file via which the kernel
- // exposes the current device uptime.
+ 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.
+ FILE_OWNER_KEY, // Full path to the owner key file.
+ FILE_INSTALL_ATTRIBUTES, // Full path to the install attributes file.
+ FILE_UPTIME, // Full path to the file via which the kernel
+ // exposes the current device uptime.
FILE_UPDATE_REBOOT_NEEDED_UPTIME, // Full path to a file in which Chrome can
// store the uptime at which an update
// became necessary. The file should be
// cleared on boot.
- DIR_DEVICE_LOCAL_ACCOUNT_EXTENSIONS, // Directory under which a cache of
- // force-installed extensions is
- // maintained for each device-local
- // account.
+ DIR_DEVICE_LOCAL_ACCOUNT_EXTENSIONS, // Directory under which a cache of
+ // force-installed extensions is
+ // maintained for each device-local
+ // account.
DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data
// referenced by policies is cached
// for device-local accounts.
+ DIR_KIOSK_EXTENSIONS_CACHE, // Directory where kiosk app extensions are
+ // cached.
PATH_END
};

Powered by Google App Engine
This is Rietveld 408576698