| 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 #include "chrome/common/url_constants.h" | 5 #include "chrome/common/url_constants.h" |
| 6 | 6 |
| 7 #include <algorithm> | 7 #include <algorithm> |
| 8 | 8 |
| 9 #include "base/basictypes.h" | 9 #include "base/basictypes.h" |
| 10 #include "content/public/common/url_constants.h" | 10 #include "content/public/common/url_constants.h" |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 const char kChromeUIDiscardsHost[] = "discards"; | 275 const char kChromeUIDiscardsHost[] = "discards"; |
| 276 const char kChromeUIFirstRunHost[] = "first-run"; | 276 const char kChromeUIFirstRunHost[] = "first-run"; |
| 277 const char kChromeUIImageBurnerHost[] = "imageburner"; | 277 const char kChromeUIImageBurnerHost[] = "imageburner"; |
| 278 const char kChromeUIKeyboardOverlayHost[] = "keyboardoverlay"; | 278 const char kChromeUIKeyboardOverlayHost[] = "keyboardoverlay"; |
| 279 const char kChromeUILoginContainerHost[] = "login-container"; | 279 const char kChromeUILoginContainerHost[] = "login-container"; |
| 280 const char kChromeUILoginHost[] = "login"; | 280 const char kChromeUILoginHost[] = "login"; |
| 281 const char kChromeUIMobileSetupHost[] = "mobilesetup"; | 281 const char kChromeUIMobileSetupHost[] = "mobilesetup"; |
| 282 const char kChromeUINfcDebugHost[] = "nfc-debug"; | 282 const char kChromeUINfcDebugHost[] = "nfc-debug"; |
| 283 const char kChromeUINetworkHost[] = "network"; | 283 const char kChromeUINetworkHost[] = "network"; |
| 284 const char kChromeUIOobeHost[] = "oobe"; | 284 const char kChromeUIOobeHost[] = "oobe"; |
| 285 const char kChromeUIOobeMdHost[] = "oobe-md"; | |
| 286 const char kChromeUIOSCreditsHost[] = "os-credits"; | 285 const char kChromeUIOSCreditsHost[] = "os-credits"; |
| 287 const char kChromeUIPowerHost[] = "power"; | 286 const char kChromeUIPowerHost[] = "power"; |
| 288 const char kChromeUIProvidedFileSystemsHost[] = "provided-file-systems"; | 287 const char kChromeUIProvidedFileSystemsHost[] = "provided-file-systems"; |
| 289 const char kChromeUIProxySettingsHost[] = "proxy-settings"; | 288 const char kChromeUIProxySettingsHost[] = "proxy-settings"; |
| 290 const char kChromeUIRotateHost[] = "rotate"; | 289 const char kChromeUIRotateHost[] = "rotate"; |
| 291 const char kChromeUISalsaHost[] = "salsa"; | 290 const char kChromeUISalsaHost[] = "salsa"; |
| 292 const char kChromeUIScreenlockIconHost[] = "screenlock-icon"; | 291 const char kChromeUIScreenlockIconHost[] = "screenlock-icon"; |
| 293 const char kChromeUISetTimeHost[] = "set-time"; | 292 const char kChromeUISetTimeHost[] = "set-time"; |
| 294 const char kChromeUISimUnlockHost[] = "sim-unlock"; | 293 const char kChromeUISimUnlockHost[] = "sim-unlock"; |
| 295 const char kChromeUISlowHost[] = "slow"; | 294 const char kChromeUISlowHost[] = "slow"; |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 kChromeUIChooseMobileNetworkHost, | 645 kChromeUIChooseMobileNetworkHost, |
| 647 kChromeUICryptohomeHost, | 646 kChromeUICryptohomeHost, |
| 648 kChromeUIDiscardsHost, | 647 kChromeUIDiscardsHost, |
| 649 kChromeUIDriveInternalsHost, | 648 kChromeUIDriveInternalsHost, |
| 650 kChromeUIFirstRunHost, | 649 kChromeUIFirstRunHost, |
| 651 kChromeUIImageBurnerHost, | 650 kChromeUIImageBurnerHost, |
| 652 kChromeUIKeyboardOverlayHost, | 651 kChromeUIKeyboardOverlayHost, |
| 653 kChromeUILoginHost, | 652 kChromeUILoginHost, |
| 654 kChromeUINetworkHost, | 653 kChromeUINetworkHost, |
| 655 kChromeUIOobeHost, | 654 kChromeUIOobeHost, |
| 656 kChromeUIOobeMdHost, | |
| 657 kChromeUIOSCreditsHost, | 655 kChromeUIOSCreditsHost, |
| 658 kChromeUIPowerHost, | 656 kChromeUIPowerHost, |
| 659 kChromeUIProxySettingsHost, | 657 kChromeUIProxySettingsHost, |
| 660 #endif | 658 #endif |
| 661 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) | 659 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
| 662 kChromeUILinuxProxyConfigHost, | 660 kChromeUILinuxProxyConfigHost, |
| 663 kChromeUISandboxHost, | 661 kChromeUISandboxHost, |
| 664 #endif | 662 #endif |
| 665 #if defined(OS_WIN) | 663 #if defined(OS_WIN) |
| 666 kChromeUIConflictsHost, | 664 kChromeUIConflictsHost, |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; | 732 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; |
| 735 #else | 733 #else |
| 736 ""; | 734 ""; |
| 737 #endif | 735 #endif |
| 738 #endif | 736 #endif |
| 739 | 737 |
| 740 const char kEasyUnlockLearnMoreUrl[] = | 738 const char kEasyUnlockLearnMoreUrl[] = |
| 741 "https://support.google.com/chromebook/?p=smart_lock"; | 739 "https://support.google.com/chromebook/?p=smart_lock"; |
| 742 | 740 |
| 743 } // namespace chrome | 741 } // namespace chrome |
| OLD | NEW |