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

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

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: first round Created 5 years, 7 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/basictypes.h" 9 #include "base/basictypes.h"
10 #include "content/public/common/url_constants.h" 10 #include "content/public/common/url_constants.h"
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 410
411 #if defined(OS_CHROMEOS) 411 #if defined(OS_CHROMEOS)
412 const char kChromeAccessibilityHelpURL[] = 412 const char kChromeAccessibilityHelpURL[] =
413 "https://support.google.com/chromeos/?p=accessibility_menu"; 413 "https://support.google.com/chromeos/?p=accessibility_menu";
414 const char kChromeAccessibilitySettingsURL[] = 414 const char kChromeAccessibilitySettingsURL[] =
415 "/chromevox/background/options.html"; 415 "/chromevox/background/options.html";
416 #endif // defined(OS_CHROMEOS) 416 #endif // defined(OS_CHROMEOS)
417 417
418 #if defined(ENABLE_ONE_CLICK_SIGNIN) 418 #if defined(ENABLE_ONE_CLICK_SIGNIN)
419 const char kChromeSyncLearnMoreURL[] = 419 const char kChromeSyncLearnMoreURL[] =
420 "http://support.google.com/chrome/bin/answer.py?answer=165139"; 420 "https://support.google.com/chrome/answer/165139";
421 421
422 const char kChromeSyncMergeTroubleshootingURL[] = 422 const char kChromeSyncMergeTroubleshootingURL[] =
423 "https://support.google.com/chrome/answer/1181420#merge"; 423 "https://support.google.com/chrome/answer/1181420#merge";
424 #endif // defined(ENABLE_ONE_CLICK_SIGNIN) 424 #endif // defined(ENABLE_ONE_CLICK_SIGNIN)
425 425
426 #if defined(OS_MACOSX) 426 #if defined(OS_MACOSX)
427 const char kChromeEnterpriseSignInLearnMoreURL[] = 427 const char kChromeEnterpriseSignInLearnMoreURL[] =
428 "http://support.google.com/chromeos/bin/answer.py?hl=en&answer=1331549"; 428 "https://support.google.com/chromeos/answer/1331549";
429 #endif 429 #endif
430 430
431 const char kResetProfileSettingsLearnMoreURL[] = 431 const char kResetProfileSettingsLearnMoreURL[] =
432 "https://support.google.com/chrome/?p=ui_reset_settings"; 432 "https://support.google.com/chrome/?p=ui_reset_settings";
433 433
434 const char kAutomaticSettingsResetLearnMoreURL[] = 434 const char kAutomaticSettingsResetLearnMoreURL[] =
435 "https://support.google.com/chrome/?p=ui_automatic_settings_reset"; 435 "https://support.google.com/chrome/?p=ui_automatic_settings_reset";
436 436
437 const char kSupervisedUserManagementURL[] = "https://www.chrome.com/manage"; 437 const char kSupervisedUserManagementURL[] = "https://www.chrome.com/manage";
438 438
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 const char kSyncErrorsHelpURL[] = 559 const char kSyncErrorsHelpURL[] =
560 "https://support.google.com/chrome/?p=settings_sync_error"; 560 "https://support.google.com/chrome/?p=settings_sync_error";
561 561
562 #if defined(OS_CHROMEOS) 562 #if defined(OS_CHROMEOS)
563 const char kNaturalScrollHelpURL[] = 563 const char kNaturalScrollHelpURL[] =
564 "https://support.google.com/chromeos/?p=simple_scrolling"; 564 "https://support.google.com/chromeos/?p=simple_scrolling";
565 #endif 565 #endif
566 566
567 #if defined(OS_CHROMEOS) 567 #if defined(OS_CHROMEOS)
568 const char kLearnMoreEnterpriseURL[] = 568 const char kLearnMoreEnterpriseURL[] =
569 "https://support.google.com/chromeos/bin/answer.py?answer=2535613"; 569 "https://support.google.com/chromeos/answer/2535613";
570 #endif 570 #endif
571 571
572 const char kRemoveNonCWSExtensionURL[] = 572 const char kRemoveNonCWSExtensionURL[] =
573 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions"; 573 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions";
574 574
575 #if defined(OS_WIN) 575 #if defined(OS_WIN)
576 const char kNotificationsHelpURL[] = 576 const char kNotificationsHelpURL[] =
577 "https://support.google.com/chrome/?p=ui_notifications"; 577 "https://support.google.com/chrome/?p=ui_notifications";
578 #endif 578 #endif
579 579
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "https://support.google.com/chrome/?p=ui_mac_32bit_support"; 734 "https://support.google.com/chrome/?p=ui_mac_32bit_support";
735 #else 735 #else
736 ""; 736 "";
737 #endif 737 #endif
738 #endif 738 #endif
739 739
740 const char kEasyUnlockLearnMoreUrl[] = 740 const char kEasyUnlockLearnMoreUrl[] =
741 "https://support.google.com/chromebook/?p=smart_lock"; 741 "https://support.google.com/chromebook/?p=smart_lock";
742 742
743 } // namespace chrome 743 } // namespace chrome
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698