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

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

Issue 2366713003: Update "Learn more" link in accessibility detailed view (Closed)
Patch Set: update link Created 4 years, 2 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html"; 424 "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
425 #else 425 #else
426 "https://support.google.com/chromebook/?p=help&ctx=settings"; 426 "https://support.google.com/chromebook/?p=help&ctx=settings";
427 #endif // defined(OFFICIAL_BUILD 427 #endif // defined(OFFICIAL_BUILD
428 #else 428 #else
429 "https://support.google.com/chrome/?p=help&ctx=settings"; 429 "https://support.google.com/chrome/?p=help&ctx=settings";
430 #endif // defined(OS_CHROMEOS) 430 #endif // defined(OS_CHROMEOS)
431 431
432 #if defined(OS_CHROMEOS) 432 #if defined(OS_CHROMEOS)
433 const char kChromeAccessibilityHelpURL[] = 433 const char kChromeAccessibilityHelpURL[] =
434 "https://support.google.com/chromebook/?p=accessibility_menu"; 434 "https://support.google.com/chromebook/topic/6323347";
435 const char kChromeAccessibilitySettingsURL[] = 435 const char kChromeAccessibilitySettingsURL[] =
436 "/chromevox/background/options.html"; 436 "/chromevox/background/options.html";
437 const char kChromePaletteHelpURL[] = 437 const char kChromePaletteHelpURL[] =
438 "https://support.google.com/chromebook?p=stylus_help"; 438 "https://support.google.com/chromebook?p=stylus_help";
439 #endif // defined(OS_CHROMEOS) 439 #endif // defined(OS_CHROMEOS)
440 440
441 #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN) 441 #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
442 const char kChromeSyncLearnMoreURL[] = 442 const char kChromeSyncLearnMoreURL[] =
443 "https://support.google.com/chrome/answer/165139"; 443 "https://support.google.com/chrome/answer/165139";
444 444
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 "https://support.google.com/chrome?p=bluetooth"; 781 "https://support.google.com/chrome?p=bluetooth";
782 782
783 const char kChooserUsbOverviewURL[] = 783 const char kChooserUsbOverviewURL[] =
784 "https://support.google.com/chrome?p=webusb"; 784 "https://support.google.com/chrome?p=webusb";
785 785
786 #if defined(OS_CHROMEOS) 786 #if defined(OS_CHROMEOS)
787 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 787 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
788 #endif 788 #endif
789 789
790 } // namespace chrome 790 } // 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