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

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

Issue 2308613002: Change hard numeric support link with smartlink (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698