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

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

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 11 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 591
592 extern const char kRemoteAccessHostFirewallTraversal[]; 592 extern const char kRemoteAccessHostFirewallTraversal[];
593 extern const char kRemoteAccessHostRequireTwoFactor[]; 593 extern const char kRemoteAccessHostRequireTwoFactor[];
594 extern const char kRemoteAccessHostDomain[]; 594 extern const char kRemoteAccessHostDomain[];
595 extern const char kRemoteAccessHostTalkGadgetPrefix[]; 595 extern const char kRemoteAccessHostTalkGadgetPrefix[];
596 extern const char kRemoteAccessHostRequireCurtain[]; 596 extern const char kRemoteAccessHostRequireCurtain[];
597 extern const char kRemoteAccessHostAllowClientPairing[]; 597 extern const char kRemoteAccessHostAllowClientPairing[];
598 extern const char kRemoteAccessHostAllowGnubbyAuth[]; 598 extern const char kRemoteAccessHostAllowGnubbyAuth[];
599 extern const char kRemoteAccessHostAllowRelayedConnection[]; 599 extern const char kRemoteAccessHostAllowRelayedConnection[];
600 extern const char kRemoteAccessHostUdpPortRange[]; 600 extern const char kRemoteAccessHostUdpPortRange[];
601 extern const char kRemoteAccessHostMatchUsername[];
602 extern const char kRemoteAccessHostTokenUrl[];
603 extern const char kRemoteAccessHostTokenValidationUrl[];
604 extern const char kRemoteAccessHostTokenValidationCertificateIssuer[];
605 extern const char kRemoteAccessHostDebugOverridePolicies[];
601 606
602 extern const char kPrintPreviewStickySettings[]; 607 extern const char kPrintPreviewStickySettings[];
603 extern const char kCloudPrintRoot[]; 608 extern const char kCloudPrintRoot[];
604 extern const char kCloudPrintDialogWidth[]; 609 extern const char kCloudPrintDialogWidth[];
605 extern const char kCloudPrintDialogHeight[]; 610 extern const char kCloudPrintDialogHeight[];
606 extern const char kCloudPrintSigninDialogWidth[]; 611 extern const char kCloudPrintSigninDialogWidth[];
607 extern const char kCloudPrintSigninDialogHeight[]; 612 extern const char kCloudPrintSigninDialogHeight[];
608 extern const char kCloudPrintProxyEnabled[]; 613 extern const char kCloudPrintProxyEnabled[];
609 extern const char kCloudPrintProxyId[]; 614 extern const char kCloudPrintProxyId[];
610 extern const char kCloudPrintAuthToken[]; 615 extern const char kCloudPrintAuthToken[];
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 814
810 extern const char kPasswordBubbleTimeStamp[]; 815 extern const char kPasswordBubbleTimeStamp[];
811 extern const char kPasswordBubbleNopesCount[]; 816 extern const char kPasswordBubbleNopesCount[];
812 extern const char kPasswordBubbleLastInteractions[]; 817 extern const char kPasswordBubbleLastInteractions[];
813 818
814 extern const char kRecoveryComponentNeedsElevation[]; 819 extern const char kRecoveryComponentNeedsElevation[];
815 820
816 } // namespace prefs 821 } // namespace prefs
817 822
818 #endif // CHROME_COMMON_PREF_NAMES_H_ 823 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698