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

Side by Side Diff: chrome/common/chrome_paths.h

Issue 2504763002: Change PPDCache to use a path inside the per-user profile. (Closed)
Patch Set: Change PPDCache to use a path inside the per-user profile. Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_PATHS_H__ 5 #ifndef CHROME_COMMON_CHROME_PATHS_H__
6 #define CHROME_COMMON_CHROME_PATHS_H__ 6 #define CHROME_COMMON_CHROME_PATHS_H__
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 namespace base { 10 namespace base {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 // binary data (e.g., html files and images 98 // binary data (e.g., html files and images
99 // used by internal pages). 99 // used by internal pages).
100 DIR_RESOURCES_EXTENSION, // Full path to extension resources. 100 DIR_RESOURCES_EXTENSION, // Full path to extension resources.
101 #if defined(OS_CHROMEOS) 101 #if defined(OS_CHROMEOS)
102 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos 102 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos
103 // wallpapers reside. 103 // wallpapers reside.
104 DIR_CHROMEOS_WALLPAPER_THUMBNAILS, // Directory where downloaded chromeos 104 DIR_CHROMEOS_WALLPAPER_THUMBNAILS, // Directory where downloaded chromeos
105 // wallpaper thumbnails reside. 105 // wallpaper thumbnails reside.
106 DIR_CHROMEOS_CUSTOM_WALLPAPERS, // Directory where custom wallpapers 106 DIR_CHROMEOS_CUSTOM_WALLPAPERS, // Directory where custom wallpapers
107 // reside. 107 // reside.
108 DIR_CHROMEOS_PPD_CACHE, // Directory where printing drivers are
109 // cached.
110 #endif 108 #endif
111 DIR_SUPERVISED_USERS_DEFAULT_APPS, // Directory where installer places .crx 109 DIR_SUPERVISED_USERS_DEFAULT_APPS, // Directory where installer places .crx
112 // files to be installed when managed user 110 // files to be installed when managed user
113 // session starts. 111 // session starts.
114 DIR_SUPERVISED_USER_INSTALLED_WHITELISTS, // Directory where sanitized 112 DIR_SUPERVISED_USER_INSTALLED_WHITELISTS, // Directory where sanitized
115 // supervised user whitelists are 113 // supervised user whitelists are
116 // installed. 114 // installed.
117 #if defined(OS_LINUX) || defined(OS_MACOSX) 115 #if defined(OS_LINUX) || defined(OS_MACOSX)
118 DIR_NATIVE_MESSAGING, // System directory where native messaging host 116 DIR_NATIVE_MESSAGING, // System directory where native messaging host
119 // manifest files are stored. 117 // manifest files are stored.
(...skipping 23 matching lines...) Expand all
143 // Call once to register the provider for the path keys defined above. 141 // Call once to register the provider for the path keys defined above.
144 void RegisterPathProvider(); 142 void RegisterPathProvider();
145 143
146 // Get or set the invalid user data dir that was originally specified. 144 // Get or set the invalid user data dir that was originally specified.
147 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir); 145 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
148 const base::FilePath& GetInvalidSpecifiedUserDataDir(); 146 const base::FilePath& GetInvalidSpecifiedUserDataDir();
149 147
150 } // namespace chrome 148 } // namespace chrome
151 149
152 #endif // CHROME_COMMON_CHROME_PATHS_H__ 150 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/chromeos/cups_printers_handler.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698