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

Unified Diff: chrome/common/chrome_paths.h

Issue 14192016: Move OS_CHROMEOS-specific paths to chromeos/chromeos_paths.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 8949d41be08225e7b3287b54a57c4360b480b52f..93912b214e3472f0a42b92bb01c6c276edf0a865 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -103,18 +103,6 @@ enum {
// wallpaper thumbnails reside.
DIR_CHROMEOS_CUSTOM_WALLPAPERS, // Directory where custom wallpapers
// 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.
- 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.
#endif
#if defined(ENABLE_MANAGED_USERS)
DIR_MANAGED_USERS_DEFAULT_APPS, // Directory where installer places .crx
« no previous file with comments | « chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698