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

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

Issue 112673008: Revert 242262 "Revert of https://codereview.chromium.org/119913003/" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('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 <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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "https://support.google.com/chrome/?p=ui_notifications"; 529 "https://support.google.com/chrome/?p=ui_notifications";
530 530
531 const char kNotificationWelcomeLearnMoreURL[] = 531 const char kNotificationWelcomeLearnMoreURL[] =
532 "https://support.google.com/chrome/?p=ib_google_now_welcome"; 532 "https://support.google.com/chrome/?p=ib_google_now_welcome";
533 533
534 // Add hosts here to be included in chrome://chrome-urls (about:about). 534 // Add hosts here to be included in chrome://chrome-urls (about:about).
535 // These hosts will also be suggested by BuiltinProvider. 535 // These hosts will also be suggested by BuiltinProvider.
536 const char* const kChromeHostURLs[] = { 536 const char* const kChromeHostURLs[] = {
537 kChromeUICacheHost, 537 kChromeUICacheHost,
538 kChromeUIChromeURLsHost, 538 kChromeUIChromeURLsHost,
539 kChromeUIComponentsHost,
539 kChromeUICrashesHost, 540 kChromeUICrashesHost,
540 kChromeUICreditsHost, 541 kChromeUICreditsHost,
541 #if defined(ENABLE_MDNS) 542 #if defined(ENABLE_MDNS)
542 kChromeUIDevicesHost, 543 kChromeUIDevicesHost,
543 #endif 544 #endif
544 kChromeUIDNSHost, 545 kChromeUIDNSHost,
545 kChromeUIFlagsHost, 546 kChromeUIFlagsHost,
546 kChromeUIHelpHost, 547 kChromeUIHelpHost,
547 kChromeUIHistoryHost, 548 kChromeUIHistoryHost,
548 kChromeUIIPCHost, 549 kChromeUIIPCHost,
(...skipping 19 matching lines...) Expand all
568 kChromeUIVersionHost, 569 kChromeUIVersionHost,
569 #if defined(OS_ANDROID) 570 #if defined(OS_ANDROID)
570 kChromeUIWelcomeHost, 571 kChromeUIWelcomeHost,
571 #else 572 #else
572 kChromeUIAppLauncherPageHost, 573 kChromeUIAppLauncherPageHost,
573 kChromeUIBookmarksHost, 574 kChromeUIBookmarksHost,
574 kChromeUIDownloadsHost, 575 kChromeUIDownloadsHost,
575 kChromeUIFlashHost, 576 kChromeUIFlashHost,
576 kChromeUIInspectHost, 577 kChromeUIInspectHost,
577 kChromeUIPluginsHost, 578 kChromeUIPluginsHost,
578 kChromeUIComponentsHost,
579 kChromeUISettingsHost, 579 kChromeUISettingsHost,
580 #endif 580 #endif
581 #if defined(OS_WIN) 581 #if defined(OS_WIN)
582 kChromeUIConflictsHost, 582 kChromeUIConflictsHost,
583 #endif 583 #endif
584 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) 584 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
585 kChromeUILinuxProxyConfigHost, 585 kChromeUILinuxProxyConfigHost,
586 kChromeUISandboxHost, 586 kChromeUISandboxHost,
587 #endif 587 #endif
588 #if defined(OS_CHROMEOS) 588 #if defined(OS_CHROMEOS)
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "https://support.google.com/chrome/?p=ib_access_cam_mic"; 663 "https://support.google.com/chrome/?p=ib_access_cam_mic";
664 664
665 const char kLanguageSettingsLearnMoreUrl[] = 665 const char kLanguageSettingsLearnMoreUrl[] =
666 #if defined(OS_CHROMEOS) 666 #if defined(OS_CHROMEOS)
667 "https://support.google.com/chromebook/answer/1059490"; 667 "https://support.google.com/chromebook/answer/1059490";
668 #else 668 #else
669 "https://support.google.com/chrome/topic/1678461"; 669 "https://support.google.com/chrome/topic/1678461";
670 #endif 670 #endif
671 671
672 } // namespace chrome 672 } // namespace chrome
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698