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

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

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase @170134 Created 8 years 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 | « chrome/common/url_constants.h ('k') | 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 "googleurl/src/url_util.h" 7 #include "googleurl/src/url_util.h"
8 8
9 namespace chrome { 9 namespace chrome {
10 10
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 #if defined(OS_CHROMEOS) 342 #if defined(OS_CHROMEOS)
343 #if defined(OFFICIAL_BUILD) 343 #if defined(OFFICIAL_BUILD)
344 "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html"; 344 "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
345 #else 345 #else
346 "https://support.google.com/chromeos/?p=help&ctx=settings"; 346 "https://support.google.com/chromeos/?p=help&ctx=settings";
347 #endif // defined(OFFICIAL_BUILD 347 #endif // defined(OFFICIAL_BUILD
348 #else 348 #else
349 "https://support.google.com/chrome/?p=help&ctx=settings"; 349 "https://support.google.com/chrome/?p=help&ctx=settings";
350 #endif // defined(OS_CHROMEOS) 350 #endif // defined(OS_CHROMEOS)
351 351
352 #if defined(OS_CHROMEOS)
353 const char kChromeAccessibilityHelpURL[] =
354 "https://support.google.com/chromeos/?p=accessibility_menu";
355 #endif // defined(OS_CHROMEOS)
356
352 const char kChromeSyncLearnMoreURL[] = 357 const char kChromeSyncLearnMoreURL[] =
353 #if defined(OS_CHROMEOS) 358 #if defined(OS_CHROMEOS)
354 "http://support.google.com/chromeos/bin/answer.py?answer=165139"; 359 "http://support.google.com/chromeos/bin/answer.py?answer=165139";
355 #else 360 #else
356 "http://support.google.com/chrome/bin/answer.py?answer=165139"; 361 "http://support.google.com/chrome/bin/answer.py?answer=165139";
357 #endif 362 #endif
358 363
359 const char kSettingsSearchHelpURL[] = 364 const char kSettingsSearchHelpURL[] =
360 #if defined(OS_CHROMEOS) 365 #if defined(OS_CHROMEOS)
361 "https://support.google.com/chromeos/?p=settings_search_help"; 366 "https://support.google.com/chromeos/?p=settings_search_help";
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 const int kNumberOfChromeDebugURLs = 506 const int kNumberOfChromeDebugURLs =
502 static_cast<int>(arraysize(kChromeDebugURLs)); 507 static_cast<int>(arraysize(kChromeDebugURLs));
503 508
504 const char kExtensionResourceScheme[] = "chrome-extension-resource"; 509 const char kExtensionResourceScheme[] = "chrome-extension-resource";
505 510
506 // Google SafeSearch query parameters. 511 // Google SafeSearch query parameters.
507 const char kSafeSearchSafeParameter[] = "safe=active"; 512 const char kSafeSearchSafeParameter[] = "safe=active";
508 const char kSafeSearchSsuiParameter[] = "ssui=on"; 513 const char kSafeSearchSsuiParameter[] = "ssui=on";
509 514
510 } // namespace chrome 515 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698