| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 const char kChromeUIImageBurnerHost[] = "imageburner"; | 259 const char kChromeUIImageBurnerHost[] = "imageburner"; |
| 260 const char kChromeUIKeyboardOverlayHost[] = "keyboardoverlay"; | 260 const char kChromeUIKeyboardOverlayHost[] = "keyboardoverlay"; |
| 261 const char kChromeUILockScreenHost[] = "lock"; | 261 const char kChromeUILockScreenHost[] = "lock"; |
| 262 const char kChromeUILoginContainerHost[] = "login-container"; | 262 const char kChromeUILoginContainerHost[] = "login-container"; |
| 263 const char kChromeUILoginHost[] = "login"; | 263 const char kChromeUILoginHost[] = "login"; |
| 264 const char kChromeUIMediaplayerHost[] = "mediaplayer"; | 264 const char kChromeUIMediaplayerHost[] = "mediaplayer"; |
| 265 const char kChromeUIMobileSetupHost[] = "mobilesetup"; | 265 const char kChromeUIMobileSetupHost[] = "mobilesetup"; |
| 266 const char kChromeUINetworkHost[] = "network"; | 266 const char kChromeUINetworkHost[] = "network"; |
| 267 const char kChromeUIOobeHost[] = "oobe"; | 267 const char kChromeUIOobeHost[] = "oobe"; |
| 268 const char kChromeUIOSCreditsHost[] = "os-credits"; | 268 const char kChromeUIOSCreditsHost[] = "os-credits"; |
| 269 const char kChromeUIPowerHost[] = "power"; |
| 269 const char kChromeUIProxySettingsHost[] = "proxy-settings"; | 270 const char kChromeUIProxySettingsHost[] = "proxy-settings"; |
| 270 const char kChromeUIRotateHost[] = "rotate"; | 271 const char kChromeUIRotateHost[] = "rotate"; |
| 271 const char kChromeUIScreenlockIconHost[] = "screenlock-icon"; | 272 const char kChromeUIScreenlockIconHost[] = "screenlock-icon"; |
| 272 const char kChromeUISimUnlockHost[] = "sim-unlock"; | 273 const char kChromeUISimUnlockHost[] = "sim-unlock"; |
| 273 const char kChromeUISlideshowHost[] = "slideshow"; | 274 const char kChromeUISlideshowHost[] = "slideshow"; |
| 274 const char kChromeUISlowHost[] = "slow"; | 275 const char kChromeUISlowHost[] = "slow"; |
| 275 const char kChromeUISlowTraceHost[] = "slow_trace"; | 276 const char kChromeUISlowTraceHost[] = "slow_trace"; |
| 276 const char kChromeUIUserImageHost[] = "userimage"; | 277 const char kChromeUIUserImageHost[] = "userimage"; |
| 277 | 278 |
| 278 const char kChromeUIMenu[] = "menu"; | 279 const char kChromeUIMenu[] = "menu"; |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 kChromeUICryptohomeHost, | 591 kChromeUICryptohomeHost, |
| 591 kChromeUIDiscardsHost, | 592 kChromeUIDiscardsHost, |
| 592 kChromeUIDriveInternalsHost, | 593 kChromeUIDriveInternalsHost, |
| 593 kChromeUIFirstRunHost, | 594 kChromeUIFirstRunHost, |
| 594 kChromeUIImageBurnerHost, | 595 kChromeUIImageBurnerHost, |
| 595 kChromeUIKeyboardOverlayHost, | 596 kChromeUIKeyboardOverlayHost, |
| 596 kChromeUILoginHost, | 597 kChromeUILoginHost, |
| 597 kChromeUINetworkHost, | 598 kChromeUINetworkHost, |
| 598 kChromeUIOobeHost, | 599 kChromeUIOobeHost, |
| 599 kChromeUIOSCreditsHost, | 600 kChromeUIOSCreditsHost, |
| 601 kChromeUIPowerHost, |
| 600 kChromeUIProxySettingsHost, | 602 kChromeUIProxySettingsHost, |
| 601 kChromeUITaskManagerHost, | 603 kChromeUITaskManagerHost, |
| 602 #endif | 604 #endif |
| 603 #if !defined(DISABLE_NACL) | 605 #if !defined(DISABLE_NACL) |
| 604 kChromeUINaClHost, | 606 kChromeUINaClHost, |
| 605 #endif | 607 #endif |
| 606 #if defined(ENABLE_CONFIGURATION_POLICY) | 608 #if defined(ENABLE_CONFIGURATION_POLICY) |
| 607 kChromeUIPolicyHost, | 609 kChromeUIPolicyHost, |
| 608 #endif | 610 #endif |
| 609 #if defined(ENABLE_EXTENSIONS) | 611 #if defined(ENABLE_EXTENSIONS) |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 "https://support.google.com/chrome/?p=ib_access_cam_mic"; | 666 "https://support.google.com/chrome/?p=ib_access_cam_mic"; |
| 665 | 667 |
| 666 const char kLanguageSettingsLearnMoreUrl[] = | 668 const char kLanguageSettingsLearnMoreUrl[] = |
| 667 #if defined(OS_CHROMEOS) | 669 #if defined(OS_CHROMEOS) |
| 668 "https://support.google.com/chromebook/answer/1059490"; | 670 "https://support.google.com/chromebook/answer/1059490"; |
| 669 #else | 671 #else |
| 670 "https://support.google.com/chrome/topic/1678461"; | 672 "https://support.google.com/chrome/topic/1678461"; |
| 671 #endif | 673 #endif |
| 672 | 674 |
| 673 } // namespace chrome | 675 } // namespace chrome |
| OLD | NEW |