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

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: Created 8 years, 1 month 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 "googleurl/src/url_util.h" 7 #include "googleurl/src/url_util.h"
8 8
9 namespace chrome { 9 namespace chrome {
10 10
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 #if defined(OS_CHROMEOS) 339 #if defined(OS_CHROMEOS)
340 #if defined(OFFICIAL_BUILD) 340 #if defined(OFFICIAL_BUILD)
341 "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html"; 341 "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
342 #else 342 #else
343 "https://support.google.com/chromeos/?p=help&ctx=settings"; 343 "https://support.google.com/chromeos/?p=help&ctx=settings";
344 #endif // defined(OFFICIAL_BUILD 344 #endif // defined(OFFICIAL_BUILD
345 #else 345 #else
346 "https://support.google.com/chrome/?p=help&ctx=settings"; 346 "https://support.google.com/chrome/?p=help&ctx=settings";
347 #endif // defined(OS_CHROMEOS) 347 #endif // defined(OS_CHROMEOS)
348 348
349 #if defined(OS_CHROMEOS)
350 const char kChromeAccessibilityHelpURL[] =
351 "https://support.google.com/chromeos/?p=accessibility_menu";
352 #endif // defined(OS_CHROMEOS)
353
349 const char kChromeSyncLearnMoreURL[] = 354 const char kChromeSyncLearnMoreURL[] =
350 #if defined(OS_CHROMEOS) 355 #if defined(OS_CHROMEOS)
351 "http://support.google.com/chromeos/bin/answer.py?answer=165139"; 356 "http://support.google.com/chromeos/bin/answer.py?answer=165139";
352 #else 357 #else
353 "http://support.google.com/chrome/bin/answer.py?answer=165139"; 358 "http://support.google.com/chrome/bin/answer.py?answer=165139";
354 #endif 359 #endif
355 360
356 const char kSettingsSearchHelpURL[] = 361 const char kSettingsSearchHelpURL[] =
357 #if defined(OS_CHROMEOS) 362 #if defined(OS_CHROMEOS)
358 "https://support.google.com/chromeos/?p=settings_search_help"; 363 "https://support.google.com/chromeos/?p=settings_search_help";
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 const int kNumberOfChromeDebugURLs = 503 const int kNumberOfChromeDebugURLs =
499 static_cast<int>(arraysize(kChromeDebugURLs)); 504 static_cast<int>(arraysize(kChromeDebugURLs));
500 505
501 const char kExtensionResourceScheme[] = "chrome-extension-resource"; 506 const char kExtensionResourceScheme[] = "chrome-extension-resource";
502 507
503 // Google SafeSearch query parameters. 508 // Google SafeSearch query parameters.
504 const char kSafeSearchSafeParameter[] = "safe=active"; 509 const char kSafeSearchSafeParameter[] = "safe=active";
505 const char kSafeSearchSsuiParameter[] = "ssui=on"; 510 const char kSafeSearchSsuiParameter[] = "ssui=on";
506 511
507 } // namespace chrome 512 } // namespace chrome
OLDNEW
« chrome/browser/ui/ash/chrome_shell_delegate.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698