Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: chrome/common/url_constants.cc

Issue 2971823002: Cleanup Tool WebUI: Add logs upload checkbox and minor polishing (Closed)
Patch Set: Address review comments on #3, simplify idle error cases Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 const char kAndroidAppsLearnMoreURL[] = 626 const char kAndroidAppsLearnMoreURL[] =
627 "https://support.google.com/chromebook/?p=playapps"; 627 "https://support.google.com/chromebook/?p=playapps";
628 #endif 628 #endif
629 629
630 const char kRemoveNonCWSExtensionURL[] = 630 const char kRemoveNonCWSExtensionURL[] =
631 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions"; 631 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions";
632 632
633 #if defined(OS_WIN) 633 #if defined(OS_WIN)
634 const char kNotificationsHelpURL[] = 634 const char kNotificationsHelpURL[] =
635 "https://support.google.com/chrome/?p=ui_notifications"; 635 "https://support.google.com/chrome/?p=ui_notifications";
636
637 // TODO(proberge): Change this URL to a p-link.
638 const char kChromeCleanerLearnMoreURL[] =
639 "https://support.google.com/chrome/answer/6086368";
636 #endif 640 #endif
637 641
638 const char kNotificationWelcomeLearnMoreURL[] = 642 const char kNotificationWelcomeLearnMoreURL[] =
639 "https://support.google.com/chrome/?p=ib_google_now_welcome"; 643 "https://support.google.com/chrome/?p=ib_google_now_welcome";
640 644
641 // Add hosts here to be included in chrome://chrome-urls (about:about). 645 // Add hosts here to be included in chrome://chrome-urls (about:about).
642 // These hosts will also be suggested by BuiltinProvider. 646 // These hosts will also be suggested by BuiltinProvider.
643 const char* const kChromeHostURLs[] = { 647 const char* const kChromeHostURLs[] = {
644 kChromeUIAboutHost, 648 kChromeUIAboutHost,
645 kChromeUIBluetoothInternalsHost, 649 kChromeUIBluetoothInternalsHost,
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 #endif 842 #endif
839 843
840 const char kChooserUsbOverviewURL[] = 844 const char kChooserUsbOverviewURL[] =
841 "https://support.google.com/chrome?p=webusb"; 845 "https://support.google.com/chrome?p=webusb";
842 846
843 #if defined(OS_CHROMEOS) 847 #if defined(OS_CHROMEOS)
844 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 848 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
845 #endif 849 #endif
846 850
847 } // namespace chrome 851 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/data/webui/settings/chrome_cleanup_page_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698