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

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

Issue 293983004: Modify ProtocolHandlerRegistry to make room for policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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) 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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 extern const char kEnableAuthNegotiatePort[]; 738 extern const char kEnableAuthNegotiatePort[];
739 extern const char kAuthServerWhitelist[]; 739 extern const char kAuthServerWhitelist[];
740 extern const char kAuthNegotiateDelegateWhitelist[]; 740 extern const char kAuthNegotiateDelegateWhitelist[];
741 extern const char kGSSAPILibraryName[]; 741 extern const char kGSSAPILibraryName[];
742 extern const char kAllowCrossOriginAuthPrompt[]; 742 extern const char kAllowCrossOriginAuthPrompt[];
743 743
744 extern const char kBuiltInDnsClientEnabled[]; 744 extern const char kBuiltInDnsClientEnabled[];
745 745
746 extern const char kRegisteredProtocolHandlers[]; 746 extern const char kRegisteredProtocolHandlers[];
747 extern const char kIgnoredProtocolHandlers[]; 747 extern const char kIgnoredProtocolHandlers[];
748 extern const char kPolicyRegisteredProtocolHandlers[];
749 extern const char kPolicyIgnoredProtocolHandlers[];
748 extern const char kCustomHandlersEnabled[]; 750 extern const char kCustomHandlersEnabled[];
749 751
750 #if defined(OS_MACOSX) 752 #if defined(OS_MACOSX)
751 extern const char kUserRemovedLoginItem[]; 753 extern const char kUserRemovedLoginItem[];
752 extern const char kChromeCreatedLoginItem[]; 754 extern const char kChromeCreatedLoginItem[];
753 extern const char kMigratedLoginItemPref[]; 755 extern const char kMigratedLoginItemPref[];
754 extern const char kNotifyWhenAppsKeepChromeAlive[]; 756 extern const char kNotifyWhenAppsKeepChromeAlive[];
755 #endif 757 #endif
756 758
757 extern const char kBackgroundModeEnabled[]; 759 extern const char kBackgroundModeEnabled[];
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 876
875 #if defined(OS_ANDROID) 877 #if defined(OS_ANDROID)
876 extern const char kPartnerBookmarkMappings[]; 878 extern const char kPartnerBookmarkMappings[];
877 #endif 879 #endif
878 880
879 extern const char kQuickCheckEnabled[]; 881 extern const char kQuickCheckEnabled[];
880 882
881 } // namespace prefs 883 } // namespace prefs
882 884
883 #endif // CHROME_COMMON_PREF_NAMES_H_ 885 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698