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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 const char kNaturalScrollHelpURL[] = | 566 const char kNaturalScrollHelpURL[] = |
567 "https://support.google.com/chromeos/?p=simple_scrolling"; | 567 "https://support.google.com/chromeos/?p=simple_scrolling"; |
568 #endif | 568 #endif |
569 | 569 |
570 #if defined(OS_CHROMEOS) | 570 #if defined(OS_CHROMEOS) |
571 const char kLearnMoreEnterpriseURL[] = | 571 const char kLearnMoreEnterpriseURL[] = |
572 "https://support.google.com/chromeos/bin/answer.py?answer=2535613"; | 572 "https://support.google.com/chromeos/bin/answer.py?answer=2535613"; |
573 #endif | 573 #endif |
574 | 574 |
575 const char kRemoveNonCWSExtensionURL[] = | 575 const char kRemoveNonCWSExtensionURL[] = |
576 "https://support.google.com/chrome/answer/2811969?" | 576 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions"; |
577 "p=ui_remove_non_cws_extensions&rd=1"; | |
578 | 577 |
579 #if defined(OS_WIN) | 578 #if defined(OS_WIN) |
580 const char kNotificationsHelpURL[] = | 579 const char kNotificationsHelpURL[] = |
581 "https://support.google.com/chrome/?p=ui_notifications"; | 580 "https://support.google.com/chrome/?p=ui_notifications"; |
582 #endif | 581 #endif |
583 | 582 |
584 const char kNotificationWelcomeLearnMoreURL[] = | 583 const char kNotificationWelcomeLearnMoreURL[] = |
585 "https://support.google.com/chrome/?p=ib_google_now_welcome"; | 584 "https://support.google.com/chrome/?p=ib_google_now_welcome"; |
586 | 585 |
587 // Add hosts here to be included in chrome://chrome-urls (about:about). | 586 // Add hosts here to be included in chrome://chrome-urls (about:about). |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; | 737 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; |
739 #else | 738 #else |
740 ""; | 739 ""; |
741 #endif | 740 #endif |
742 #endif | 741 #endif |
743 | 742 |
744 const char kEasyUnlockLearnMoreUrl[] = | 743 const char kEasyUnlockLearnMoreUrl[] = |
745 "https://support.google.com/chromebook/?p=smart_lock"; | 744 "https://support.google.com/chromebook/?p=smart_lock"; |
746 | 745 |
747 } // namespace chrome | 746 } // namespace chrome |
OLD | NEW |