OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #pragma once | 9 #pragma once |
10 | 10 |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 extern const char kWebAppCreateOnDesktop[]; | 519 extern const char kWebAppCreateOnDesktop[]; |
520 extern const char kWebAppCreateInAppsMenu[]; | 520 extern const char kWebAppCreateInAppsMenu[]; |
521 extern const char kWebAppCreateInQuickLaunchBar[]; | 521 extern const char kWebAppCreateInQuickLaunchBar[]; |
522 | 522 |
523 extern const char kGeolocationAccessToken[]; | 523 extern const char kGeolocationAccessToken[]; |
524 extern const char kGeolocationDefaultContentSetting[]; | 524 extern const char kGeolocationDefaultContentSetting[]; |
525 extern const char kGeolocationContentSettings[]; | 525 extern const char kGeolocationContentSettings[]; |
526 | 526 |
527 extern const char kLoginDatabaseMigrated[]; | 527 extern const char kLoginDatabaseMigrated[]; |
528 | 528 |
529 extern const char kRemoteAccessClientFirewallTraversal[]; | |
530 extern const char kRemoteAccessHostFirewallTraversal[]; | 529 extern const char kRemoteAccessHostFirewallTraversal[]; |
531 | 530 |
532 extern const char kCloudPrintServiceURL[]; | 531 extern const char kCloudPrintServiceURL[]; |
533 extern const char kCloudPrintSigninURL[]; | 532 extern const char kCloudPrintSigninURL[]; |
534 extern const char kCloudPrintDialogWidth[]; | 533 extern const char kCloudPrintDialogWidth[]; |
535 extern const char kCloudPrintDialogHeight[]; | 534 extern const char kCloudPrintDialogHeight[]; |
536 extern const char kCloudPrintSigninDialogWidth[]; | 535 extern const char kCloudPrintSigninDialogWidth[]; |
537 extern const char kCloudPrintSigninDialogHeight[]; | 536 extern const char kCloudPrintSigninDialogHeight[]; |
538 extern const char kCloudPrintProxyEnabled[]; | 537 extern const char kCloudPrintProxyEnabled[]; |
539 extern const char kCloudPrintProxyId[]; | 538 extern const char kCloudPrintProxyId[]; |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 | 601 |
603 extern const char kDevicePolicyRefreshRate[]; | 602 extern const char kDevicePolicyRefreshRate[]; |
604 extern const char kUserPolicyRefreshRate[]; | 603 extern const char kUserPolicyRefreshRate[]; |
605 | 604 |
606 extern const char kRecoveryComponentVersion[]; | 605 extern const char kRecoveryComponentVersion[]; |
607 extern const char kComponentUpdaterState[]; | 606 extern const char kComponentUpdaterState[]; |
608 | 607 |
609 } // namespace prefs | 608 } // namespace prefs |
610 | 609 |
611 #endif // CHROME_COMMON_PREF_NAMES_H_ | 610 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |