| 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 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| 6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| 7 | 7 |
| 8 namespace chromeos { | 8 namespace chromeos { |
| 9 | 9 |
| 10 extern const char kCrosSettingsPrefix[]; | 10 extern const char kCrosSettingsPrefix[]; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 | 42 |
| 43 extern const char kIdleLogoutTimeout[]; | 43 extern const char kIdleLogoutTimeout[]; |
| 44 extern const char kIdleLogoutWarningDuration[]; | 44 extern const char kIdleLogoutWarningDuration[]; |
| 45 | 45 |
| 46 extern const char kStartUpUrls[]; | 46 extern const char kStartUpUrls[]; |
| 47 | 47 |
| 48 extern const char kPolicyMissingMitigationMode[]; | 48 extern const char kPolicyMissingMitigationMode[]; |
| 49 | 49 |
| 50 extern const char kAllowRedeemChromeOsRegistrationOffers[]; | 50 extern const char kAllowRedeemChromeOsRegistrationOffers[]; |
| 51 | 51 |
| 52 extern const char kStartUpFlags[]; |
| 52 } // namespace chromeos | 53 } // namespace chromeos |
| 53 | 54 |
| 54 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ | 55 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_CROS_SETTINGS_NAMES_H_ |
| OLD | NEW |