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

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

Issue 316863002: Rename "managed (mode|user)" to "supervised user" (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 DIR_RESOURCES_EXTENSION, // Full path to extension resources. 105 DIR_RESOURCES_EXTENSION, // Full path to extension resources.
106 DIR_RECOVERY_BASE, // Full path to the dir for Recovery component. 106 DIR_RECOVERY_BASE, // Full path to the dir for Recovery component.
107 #if defined(OS_CHROMEOS) 107 #if defined(OS_CHROMEOS)
108 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos 108 DIR_CHROMEOS_WALLPAPERS, // Directory where downloaded chromeos
109 // wallpapers reside. 109 // wallpapers reside.
110 DIR_CHROMEOS_WALLPAPER_THUMBNAILS, // Directory where downloaded chromeos 110 DIR_CHROMEOS_WALLPAPER_THUMBNAILS, // Directory where downloaded chromeos
111 // wallpaper thumbnails reside. 111 // wallpaper thumbnails reside.
112 DIR_CHROMEOS_CUSTOM_WALLPAPERS, // Directory where custom wallpapers 112 DIR_CHROMEOS_CUSTOM_WALLPAPERS, // Directory where custom wallpapers
113 // reside. 113 // reside.
114 #endif 114 #endif
115 DIR_MANAGED_USERS_DEFAULT_APPS, // Directory where installer places .crx 115 DIR_SUPERVISED_USERS_DEFAULT_APPS, // Directory where installer places .crx
116 // files to be installed when managed user 116 // files to be installed when managed user
117 // session starts. 117 // session starts.
118 #if defined(OS_LINUX) || (defined(OS_MACOSX) && !defined(OS_IOS)) 118 #if defined(OS_LINUX) || (defined(OS_MACOSX) && !defined(OS_IOS))
119 DIR_NATIVE_MESSAGING, // System directory where native messaging host 119 DIR_NATIVE_MESSAGING, // System directory where native messaging host
120 // manifest files are stored. 120 // manifest files are stored.
121 DIR_USER_NATIVE_MESSAGING, // Directory with Native Messaging Hosts 121 DIR_USER_NATIVE_MESSAGING, // Directory with Native Messaging Hosts
122 // installed per-user. 122 // installed per-user.
123 #endif 123 #endif
124 #if !defined(OS_ANDROID) 124 #if !defined(OS_ANDROID)
125 DIR_GLOBAL_GCM_STORE, // Directory where the global GCM instance 125 DIR_GLOBAL_GCM_STORE, // Directory where the global GCM instance
126 // stores its data. 126 // stores its data.
127 #endif 127 #endif
128 128
129 // Valid only in development environment; TODO(darin): move these 129 // Valid only in development environment; TODO(darin): move these
130 DIR_GEN_TEST_DATA, // Directory where generated test data resides. 130 DIR_GEN_TEST_DATA, // Directory where generated test data resides.
131 DIR_TEST_DATA, // Directory where unit test data resides. 131 DIR_TEST_DATA, // Directory where unit test data resides.
132 DIR_TEST_TOOLS, // Directory where unit test tools reside. 132 DIR_TEST_TOOLS, // Directory where unit test tools reside.
133 133
134 PATH_END 134 PATH_END
135 }; 135 };
136 136
137 // Call once to register the provider for the path keys defined above. 137 // Call once to register the provider for the path keys defined above.
138 void RegisterPathProvider(); 138 void RegisterPathProvider();
139 139
140 // Get or set the invalid user data dir that was originally specified. 140 // Get or set the invalid user data dir that was originally specified.
141 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir); 141 void SetInvalidSpecifiedUserDataDir(const base::FilePath& user_data_dir);
142 const base::FilePath& GetInvalidSpecifiedUserDataDir(); 142 const base::FilePath& GetInvalidSpecifiedUserDataDir();
143 143
144 } // namespace chrome 144 } // namespace chrome
145 145
146 #endif // CHROME_COMMON_CHROME_PATHS_H__ 146 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698