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

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

Issue 466723003: Supervised users: Add prefs for custodian profile URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/browser/supervised_user/supervised_user_service.cc ('k') | chrome/common/pref_names.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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 18 matching lines...) Expand all
29 extern const char kHomePage[]; 29 extern const char kHomePage[];
30 extern const char kProfileIconVersion[]; 30 extern const char kProfileIconVersion[];
31 extern const char kRestoreOnStartup[]; 31 extern const char kRestoreOnStartup[];
32 extern const char kRestoreOnStartupMigrated[]; 32 extern const char kRestoreOnStartupMigrated[];
33 extern const char kRestoreStartupURLsMigrationTime[]; 33 extern const char kRestoreStartupURLsMigrationTime[];
34 extern const char kSessionExitedCleanly[]; 34 extern const char kSessionExitedCleanly[];
35 extern const char kSessionExitType[]; 35 extern const char kSessionExitType[];
36 extern const char kSupervisedUserCustodianEmail[]; 36 extern const char kSupervisedUserCustodianEmail[];
37 extern const char kSupervisedUserCustodianName[]; 37 extern const char kSupervisedUserCustodianName[];
38 extern const char kSupervisedUserCustodianProfileImageURL[]; 38 extern const char kSupervisedUserCustodianProfileImageURL[];
39 extern const char kSupervisedUserCustodianProfileURL[];
39 extern const char kSupervisedUserManualHosts[]; 40 extern const char kSupervisedUserManualHosts[];
40 extern const char kSupervisedUserManualURLs[]; 41 extern const char kSupervisedUserManualURLs[];
41 extern const char kSupervisedUserSecondCustodianEmail[]; 42 extern const char kSupervisedUserSecondCustodianEmail[];
42 extern const char kSupervisedUserSecondCustodianName[]; 43 extern const char kSupervisedUserSecondCustodianName[];
43 extern const char kSupervisedUserSecondCustodianProfileImageURL[]; 44 extern const char kSupervisedUserSecondCustodianProfileImageURL[];
45 extern const char kSupervisedUserSecondCustodianProfileURL[];
44 extern const char kSupervisedUserSharedSettings[]; 46 extern const char kSupervisedUserSharedSettings[];
45 extern const char kURLsToRestoreOnStartup[]; 47 extern const char kURLsToRestoreOnStartup[];
46 extern const char kURLsToRestoreOnStartupOld[]; 48 extern const char kURLsToRestoreOnStartupOld[];
47 49
48 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state 50 // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
49 // and user's profile. Global property determines locale of login screen, 51 // and user's profile. Global property determines locale of login screen,
50 // while user's profile determines his personal locale preference. 52 // while user's profile determines his personal locale preference.
51 extern const char kApplicationLocale[]; 53 extern const char kApplicationLocale[];
52 #if defined(OS_CHROMEOS) 54 #if defined(OS_CHROMEOS)
53 extern const char kApplicationLocaleBackup[]; 55 extern const char kApplicationLocaleBackup[];
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 817
816 #if defined(OS_ANDROID) 818 #if defined(OS_ANDROID)
817 extern const char kPartnerBookmarkMappings[]; 819 extern const char kPartnerBookmarkMappings[];
818 #endif 820 #endif
819 821
820 extern const char kQuickCheckEnabled[]; 822 extern const char kQuickCheckEnabled[];
821 823
822 } // namespace prefs 824 } // namespace prefs
823 825
824 #endif // CHROME_COMMON_PREF_NAMES_H_ 826 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_service.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698