| OLD | NEW |
| 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 #pragma once | 9 #pragma once |
| 10 | 10 |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 extern const char kProfileGAIAInfoPictureURL[]; | 562 extern const char kProfileGAIAInfoPictureURL[]; |
| 563 | 563 |
| 564 extern const char kWebAppCreateOnDesktop[]; | 564 extern const char kWebAppCreateOnDesktop[]; |
| 565 extern const char kWebAppCreateInAppsMenu[]; | 565 extern const char kWebAppCreateInAppsMenu[]; |
| 566 extern const char kWebAppCreateInQuickLaunchBar[]; | 566 extern const char kWebAppCreateInQuickLaunchBar[]; |
| 567 | 567 |
| 568 extern const char kGeolocationAccessToken[]; | 568 extern const char kGeolocationAccessToken[]; |
| 569 extern const char kGeolocationDefaultContentSetting[]; | 569 extern const char kGeolocationDefaultContentSetting[]; |
| 570 extern const char kGeolocationContentSettings[]; | 570 extern const char kGeolocationContentSettings[]; |
| 571 | 571 |
| 572 extern const char kLoginDatabaseMigrated[]; | |
| 573 | |
| 574 extern const char kRemoteAccessHostFirewallTraversal[]; | 572 extern const char kRemoteAccessHostFirewallTraversal[]; |
| 575 | 573 |
| 576 extern const char kPrintingEnabled[]; | 574 extern const char kPrintingEnabled[]; |
| 577 extern const char kPrintPreviewDisabled[]; | 575 extern const char kPrintPreviewDisabled[]; |
| 578 | 576 |
| 579 extern const char kCloudPrintServiceURL[]; | 577 extern const char kCloudPrintServiceURL[]; |
| 580 extern const char kCloudPrintSigninURL[]; | 578 extern const char kCloudPrintSigninURL[]; |
| 581 extern const char kCloudPrintDialogWidth[]; | 579 extern const char kCloudPrintDialogWidth[]; |
| 582 extern const char kCloudPrintDialogHeight[]; | 580 extern const char kCloudPrintDialogHeight[]; |
| 583 extern const char kCloudPrintSigninDialogWidth[]; | 581 extern const char kCloudPrintSigninDialogWidth[]; |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 extern const char kPointsBufferedForVelocity[]; | 688 extern const char kPointsBufferedForVelocity[]; |
| 691 extern const char kRailBreakProportion[]; | 689 extern const char kRailBreakProportion[]; |
| 692 extern const char kRailStartProportion[]; | 690 extern const char kRailStartProportion[]; |
| 693 #endif | 691 #endif |
| 694 | 692 |
| 695 extern const char kInManagedMode[]; | 693 extern const char kInManagedMode[]; |
| 696 | 694 |
| 697 } // namespace prefs | 695 } // namespace prefs |
| 698 | 696 |
| 699 #endif // CHROME_COMMON_PREF_NAMES_H_ | 697 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |