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

Side by Side Diff: chromeos/chromeos_paths.h

Issue 1129863003: Load ICC file for display color correction based on display product identifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 CHROMEOS_CHROMEOS_PATHS_H_ 5 #ifndef CHROMEOS_CHROMEOS_PATHS_H_
6 #define CHROMEOS_CHROMEOS_PATHS_H_ 6 #define CHROMEOS_CHROMEOS_PATHS_H_
7 7
8 #include "chromeos/chromeos_export.h" 8 #include "chromeos/chromeos_export.h"
9 9
10 namespace base { 10 namespace base {
(...skipping 26 matching lines...) Expand all
37 // maintained for each device-local 37 // maintained for each device-local
38 // account. 38 // account.
39 DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data 39 DIR_DEVICE_LOCAL_ACCOUNT_EXTERNAL_DATA, // Directory where external data
40 // referenced by policies is cached 40 // referenced by policies is cached
41 // for device-local accounts. 41 // for device-local accounts.
42 DIR_DEVICE_LOCAL_ACCOUNT_COMPONENT_POLICY, // Directory where policy for 42 DIR_DEVICE_LOCAL_ACCOUNT_COMPONENT_POLICY, // Directory where policy for
43 // components is stored for 43 // components is stored for
44 // device-local accounts. 44 // device-local accounts.
45 // Currently this is used for 45 // Currently this is used for
46 // policy for extensions. 46 // policy for extensions.
47 DIR_DEVICE_COLOR_CALIBRATION_PROFILES, // Directory where system color
48 // calibration files can be found.
47 PATH_END 49 PATH_END
48 }; 50 };
49 51
50 // Call once to register the provider for the path keys defined above. 52 // Call once to register the provider for the path keys defined above.
51 CHROMEOS_EXPORT void RegisterPathProvider(); 53 CHROMEOS_EXPORT void RegisterPathProvider();
52 54
53 // Overrides some of the paths listed above so that those files can be used 55 // Overrides some of the paths listed above so that those files can be used
54 // when not running on ChromeOS. The stubs files will be relative to 56 // when not running on ChromeOS. The stubs files will be relative to
55 // |stubs_dir|. It is not valid to call this when running on ChromeOS. 57 // |stubs_dir|. It is not valid to call this when running on ChromeOS.
56 CHROMEOS_EXPORT void RegisterStubPathOverrides(const base::FilePath& stubs_dir); 58 CHROMEOS_EXPORT void RegisterStubPathOverrides(const base::FilePath& stubs_dir);
57 59
58 } // namespace chromeos 60 } // namespace chromeos
59 61
60 #endif // CHROMEOS_CHROMEOS_PATHS_H_ 62 #endif // CHROMEOS_CHROMEOS_PATHS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698