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 // Contains constants for known URLs and portions thereof. | 5 // Contains constants for known URLs and portions thereof. |
6 | 6 |
7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ | 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ |
8 #define CHROME_COMMON_URL_CONSTANTS_H_ | 8 #define CHROME_COMMON_URL_CONSTANTS_H_ |
9 | 9 |
10 #include "build/build_config.h" | 10 #include "build/build_config.h" |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 extern const char kExtensionsSubPage[]; | 270 extern const char kExtensionsSubPage[]; |
271 extern const char kHandlerSettingsSubPage[]; | 271 extern const char kHandlerSettingsSubPage[]; |
272 extern const char kImportDataSubPage[]; | 272 extern const char kImportDataSubPage[]; |
273 extern const char kLanguageOptionsSubPage[]; | 273 extern const char kLanguageOptionsSubPage[]; |
274 extern const char kManagedUserSettingsSubPage[]; | 274 extern const char kManagedUserSettingsSubPage[]; |
275 extern const char kManageProfileSubPage[]; | 275 extern const char kManageProfileSubPage[]; |
276 extern const char kPasswordManagerSubPage[]; | 276 extern const char kPasswordManagerSubPage[]; |
277 extern const char kSearchEnginesSubPage[]; | 277 extern const char kSearchEnginesSubPage[]; |
278 extern const char kSearchSubPage[]; | 278 extern const char kSearchSubPage[]; |
279 extern const char kSearchUsersSubPage[]; | 279 extern const char kSearchUsersSubPage[]; |
280 extern const char kSyncSetupForceLoginSubPage[]; | |
281 extern const char kSyncSetupSubPage[]; | 280 extern const char kSyncSetupSubPage[]; |
282 #if defined(OS_CHROMEOS) | 281 #if defined(OS_CHROMEOS) |
283 extern const char kInternetOptionsSubPage[]; | 282 extern const char kInternetOptionsSubPage[]; |
284 extern const char kBluetoothAddDeviceSubPage[]; | 283 extern const char kBluetoothAddDeviceSubPage[]; |
285 extern const char kChangeProfilePictureSubPage[]; | 284 extern const char kChangeProfilePictureSubPage[]; |
286 #endif | 285 #endif |
287 | 286 |
288 // Extensions sub pages. | 287 // Extensions sub pages. |
289 extern const char kExtensionConfigureCommandsSubPage[]; | 288 extern const char kExtensionConfigureCommandsSubPage[]; |
290 | 289 |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 // Parameters that get appended to force SafeSearch. | 446 // Parameters that get appended to force SafeSearch. |
448 extern const char kSafeSearchSafeParameter[]; | 447 extern const char kSafeSearchSafeParameter[]; |
449 extern const char kSafeSearchSsuiParameter[]; | 448 extern const char kSafeSearchSsuiParameter[]; |
450 | 449 |
451 // The URL for the "Learn more" link in the media access infobar. | 450 // The URL for the "Learn more" link in the media access infobar. |
452 extern const char kMediaAccessLearnMoreUrl[]; | 451 extern const char kMediaAccessLearnMoreUrl[]; |
453 | 452 |
454 } // namespace chrome | 453 } // namespace chrome |
455 | 454 |
456 #endif // CHROME_COMMON_URL_CONSTANTS_H_ | 455 #endif // CHROME_COMMON_URL_CONSTANTS_H_ |
OLD | NEW |