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

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

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: . Created 4 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
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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 #else 590 #else
591 "https://support.google.com/chrome/?p=settings_encryption"; 591 "https://support.google.com/chrome/?p=settings_encryption";
592 #endif 592 #endif
593 593
594 const char kSyncErrorsHelpURL[] = 594 const char kSyncErrorsHelpURL[] =
595 "https://support.google.com/chrome/?p=settings_sync_error"; 595 "https://support.google.com/chrome/?p=settings_sync_error";
596 596
597 #if defined(OS_CHROMEOS) 597 #if defined(OS_CHROMEOS)
598 const char kNaturalScrollHelpURL[] = 598 const char kNaturalScrollHelpURL[] =
599 "https://support.google.com/chromebook/?p=simple_scrolling"; 599 "https://support.google.com/chromebook/?p=simple_scrolling";
600 #endif
601
602 #if defined(OS_CHROMEOS)
603 const char kLearnMoreEnterpriseURL[] = 600 const char kLearnMoreEnterpriseURL[] =
604 "https://support.google.com/chromebook/?p=managed"; 601 "https://support.google.com/chromebook/?p=managed";
602 const char kAndroidAppsLearnMoreURL[] =
603 "https://support.google.com/chromebook/?p=playapps";
605 #endif 604 #endif
606 605
607 const char kRemoveNonCWSExtensionURL[] = 606 const char kRemoveNonCWSExtensionURL[] =
608 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions"; 607 "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions";
609 608
610 #if defined(OS_WIN) 609 #if defined(OS_WIN)
611 const char kNotificationsHelpURL[] = 610 const char kNotificationsHelpURL[] =
612 "https://support.google.com/chrome/?p=ui_notifications"; 611 "https://support.google.com/chrome/?p=ui_notifications";
613 #endif 612 #endif
614 613
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 #endif 803 #endif
805 804
806 const char kChooserUsbOverviewURL[] = 805 const char kChooserUsbOverviewURL[] =
807 "https://support.google.com/chrome?p=webusb"; 806 "https://support.google.com/chrome?p=webusb";
808 807
809 #if defined(OS_CHROMEOS) 808 #if defined(OS_CHROMEOS)
810 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 809 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
811 #endif 810 #endif
812 811
813 } // namespace chrome 812 } // namespace chrome
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698