OLD | NEW |
1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 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/browser/flag_descriptions.h" | 5 #include "chrome/browser/flag_descriptions.h" |
6 | 6 |
7 namespace flag_descriptions { | 7 namespace flag_descriptions { |
8 | 8 |
9 // Material Design version of chrome://bookmarks | 9 // Material Design version of chrome://bookmarks |
10 | 10 |
(...skipping 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2774 | 2774 |
2775 const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; | 2775 const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; |
2776 | 2776 |
2777 const char kOmniboxEntitySuggestionsDescription[] = | 2777 const char kOmniboxEntitySuggestionsDescription[] = |
2778 "Enable receiving entity suggestions in Omnibox."; | 2778 "Enable receiving entity suggestions in Omnibox."; |
2779 | 2779 |
2780 const char kPauseBackgroundTabsName[] = "Pause background tabs"; | 2780 const char kPauseBackgroundTabsName[] = "Pause background tabs"; |
2781 const char kPauseBackgroundTabsDescription[] = | 2781 const char kPauseBackgroundTabsDescription[] = |
2782 "Pause timers in background tabs after 5 minutes on desktop."; | 2782 "Pause timers in background tabs after 5 minutes on desktop."; |
2783 | 2783 |
2784 const char kAppMenuIconName[] = "App Menu Icon"; | 2784 const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon"; |
2785 const char kAppMenuIconDescription[] = "Changes the icon in the app menu."; | 2785 const char kEnableNewAppMenuIconDescription[] = |
2786 const char kAppMenuIconOldBehavior[] = "Old Behavior"; | 2786 "Use the new app menu icon with update notification animations."; |
2787 const char kAppMenuIconPersistentOpenedState[] = "Persistent Opened State"; | |
2788 const char kAppMenuIconPersistentClosedState[] = "Persistent Closed State"; | |
2789 | 2787 |
2790 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || | 2788 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || |
2791 // defined(OS_WIN) | 2789 // defined(OS_WIN) |
2792 | 2790 |
2793 #if defined(OS_CHROMEOS) | 2791 #if defined(OS_CHROMEOS) |
2794 | 2792 |
2795 const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; | 2793 const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; |
2796 | 2794 |
2797 const char kEnableChromevoxArcSupportDescription[] = | 2795 const char kEnableChromevoxArcSupportDescription[] = |
2798 "Enable ChromeVox screen reader features in ARC"; | 2796 "Enable ChromeVox screen reader features in ARC"; |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3043 | 3041 |
3044 const char kOmniboxDisplayTitleForCurrentUrlName[] = | 3042 const char kOmniboxDisplayTitleForCurrentUrlName[] = |
3045 "Include title for the current URL in the omnibox"; | 3043 "Include title for the current URL in the omnibox"; |
3046 | 3044 |
3047 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = | 3045 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = |
3048 "In the event that the omnibox provides suggestions on-focus, the URL of " | 3046 "In the event that the omnibox provides suggestions on-focus, the URL of " |
3049 "the current page is provided as the first suggestion without a title. " | 3047 "the current page is provided as the first suggestion without a title. " |
3050 "Enabling this flag causes the title to be displayed."; | 3048 "Enabling this flag causes the title to be displayed."; |
3051 | 3049 |
3052 } // namespace flag_descriptions | 3050 } // namespace flag_descriptions |
OLD | NEW |