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

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

Issue 23376002: Move ManagedModePolicyProvider functionality to ManagedUserSettingsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 3 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
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 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 extern const base::FilePath::CharType kCustomDictionaryFileName[]; 59 extern const base::FilePath::CharType kCustomDictionaryFileName[];
60 extern const base::FilePath::CharType kExtensionActivityLogFilename[]; 60 extern const base::FilePath::CharType kExtensionActivityLogFilename[];
61 extern const base::FilePath::CharType kExtensionsCookieFilename[]; 61 extern const base::FilePath::CharType kExtensionsCookieFilename[];
62 extern const base::FilePath::CharType kFaviconsFilename[]; 62 extern const base::FilePath::CharType kFaviconsFilename[];
63 extern const base::FilePath::CharType kFirstRunSentinel[]; 63 extern const base::FilePath::CharType kFirstRunSentinel[];
64 extern const base::FilePath::CharType kHistoryFilename[]; 64 extern const base::FilePath::CharType kHistoryFilename[];
65 extern const base::FilePath::CharType kJumpListIconDirname[]; 65 extern const base::FilePath::CharType kJumpListIconDirname[];
66 extern const base::FilePath::CharType kLocalStateFilename[]; 66 extern const base::FilePath::CharType kLocalStateFilename[];
67 extern const base::FilePath::CharType kLocalStorePoolName[]; 67 extern const base::FilePath::CharType kLocalStorePoolName[];
68 extern const base::FilePath::CharType kLoginDataFileName[]; 68 extern const base::FilePath::CharType kLoginDataFileName[];
69 extern const base::FilePath::CharType kManagedModePolicyFilename[]; 69 extern const base::FilePath::CharType kManagedUserSettingsFilename[];
70 extern const base::FilePath::CharType kMediaCacheDirname[]; 70 extern const base::FilePath::CharType kMediaCacheDirname[];
71 extern const base::FilePath::CharType kNewTabThumbnailsFilename[]; 71 extern const base::FilePath::CharType kNewTabThumbnailsFilename[];
72 extern const base::FilePath::CharType kOBCertFilename[]; 72 extern const base::FilePath::CharType kOBCertFilename[];
73 extern const base::FilePath::CharType kPreferencesFilename[]; 73 extern const base::FilePath::CharType kPreferencesFilename[];
74 extern const base::FilePath::CharType kReadmeFilename[]; 74 extern const base::FilePath::CharType kReadmeFilename[];
75 extern const base::FilePath::CharType kSafeBrowsingBaseFilename[]; 75 extern const base::FilePath::CharType kSafeBrowsingBaseFilename[];
76 extern const base::FilePath::CharType kServiceStateFileName[]; 76 extern const base::FilePath::CharType kServiceStateFileName[];
77 extern const base::FilePath::CharType kShortcutsDatabaseName[]; 77 extern const base::FilePath::CharType kShortcutsDatabaseName[];
78 extern const base::FilePath::CharType kSingletonCookieFilename[]; 78 extern const base::FilePath::CharType kSingletonCookieFilename[];
79 extern const base::FilePath::CharType kSingletonLockFilename[]; 79 extern const base::FilePath::CharType kSingletonLockFilename[];
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 // Ex.: /home/chronos/u-0123456789 143 // Ex.: /home/chronos/u-0123456789
144 extern const char kProfileDirPrefix[]; 144 extern const char kProfileDirPrefix[];
145 #endif 145 #endif
146 146
147 // Used to identify the application to the system AV function in Windows. 147 // Used to identify the application to the system AV function in Windows.
148 extern const char kApplicationClientIDStringForAVScanning[]; 148 extern const char kApplicationClientIDStringForAVScanning[];
149 149
150 } // namespace chrome 150 } // namespace chrome
151 151
152 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 152 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698