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/macros.h" | 9 #include "base/macros.h" |
10 #include "build/build_config.h" | 10 #include "build/build_config.h" |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 const char kSyncErrorsHelpURL[] = | 574 const char kSyncErrorsHelpURL[] = |
575 "https://support.google.com/chrome/?p=settings_sync_error"; | 575 "https://support.google.com/chrome/?p=settings_sync_error"; |
576 | 576 |
577 #if defined(OS_CHROMEOS) | 577 #if defined(OS_CHROMEOS) |
578 const char kNaturalScrollHelpURL[] = | 578 const char kNaturalScrollHelpURL[] = |
579 "https://support.google.com/chromebook/?p=simple_scrolling"; | 579 "https://support.google.com/chromebook/?p=simple_scrolling"; |
580 #endif | 580 #endif |
581 | 581 |
582 #if defined(OS_CHROMEOS) | 582 #if defined(OS_CHROMEOS) |
583 const char kLearnMoreEnterpriseURL[] = | 583 const char kLearnMoreEnterpriseURL[] = |
584 "https://support.google.com/chromebook/answer/2535613"; | 584 "https://support.google.com/chromebook/?p=managed"; |
585 #endif | 585 #endif |
586 | 586 |
587 const char kRemoveNonCWSExtensionURL[] = | 587 const char kRemoveNonCWSExtensionURL[] = |
588 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions"; | 588 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions"; |
589 | 589 |
590 #if defined(OS_WIN) | 590 #if defined(OS_WIN) |
591 const char kNotificationsHelpURL[] = | 591 const char kNotificationsHelpURL[] = |
592 "https://support.google.com/chrome/?p=ui_notifications"; | 592 "https://support.google.com/chrome/?p=ui_notifications"; |
593 #endif | 593 #endif |
594 | 594 |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
772 "https://support.google.com/chrome?p=bluetooth"; | 772 "https://support.google.com/chrome?p=bluetooth"; |
773 | 773 |
774 const char kChooserUsbOverviewURL[] = | 774 const char kChooserUsbOverviewURL[] = |
775 "https://support.google.com/chrome?p=webusb"; | 775 "https://support.google.com/chrome?p=webusb"; |
776 | 776 |
777 #if defined(OS_CHROMEOS) | 777 #if defined(OS_CHROMEOS) |
778 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; | 778 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; |
779 #endif | 779 #endif |
780 | 780 |
781 } // namespace chrome | 781 } // namespace chrome |
OLD | NEW |