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

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

Issue 2366713003: Update "Learn more" link in accessibility detailed view (Closed)
Patch Set: 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/"
435 "6323347?hl=en&ref_topic=3399710";
sky 2016/09/23 17:25:56 Does that second parameter mean everyone gets engl
yiyix 2016/09/23 17:48:04 Users can change languages on the page, you can pl
dmazzoni 2016/09/23 18:14:03 You should just use this url, it will automaticall
yiyix 2016/09/23 19:34:22 I think this link is better. I will update both th
435 const char kChromeAccessibilitySettingsURL[] = 436 const char kChromeAccessibilitySettingsURL[] =
436 "/chromevox/background/options.html"; 437 "/chromevox/background/options.html";
437 const char kChromePaletteHelpURL[] = 438 const char kChromePaletteHelpURL[] =
438 "https://support.google.com/chromebook?p=stylus_help"; 439 "https://support.google.com/chromebook?p=stylus_help";
439 #endif // defined(OS_CHROMEOS) 440 #endif // defined(OS_CHROMEOS)
440 441
441 #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN) 442 #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
442 const char kChromeSyncLearnMoreURL[] = 443 const char kChromeSyncLearnMoreURL[] =
443 "https://support.google.com/chrome/answer/165139"; 444 "https://support.google.com/chrome/answer/165139";
444 445
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 "https://support.google.com/chrome?p=bluetooth"; 782 "https://support.google.com/chrome?p=bluetooth";
782 783
783 const char kChooserUsbOverviewURL[] = 784 const char kChooserUsbOverviewURL[] =
784 "https://support.google.com/chrome?p=webusb"; 785 "https://support.google.com/chrome?p=webusb";
785 786
786 #if defined(OS_CHROMEOS) 787 #if defined(OS_CHROMEOS)
787 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 788 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
788 #endif 789 #endif
789 790
790 } // namespace chrome 791 } // 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