| 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 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2767 | 2767 |
| 2768 const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; | 2768 const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; |
| 2769 | 2769 |
| 2770 const char kOmniboxEntitySuggestionsDescription[] = | 2770 const char kOmniboxEntitySuggestionsDescription[] = |
| 2771 "Enable receiving entity suggestions in Omnibox."; | 2771 "Enable receiving entity suggestions in Omnibox."; |
| 2772 | 2772 |
| 2773 const char kPauseBackgroundTabsName[] = "Pause background tabs"; | 2773 const char kPauseBackgroundTabsName[] = "Pause background tabs"; |
| 2774 const char kPauseBackgroundTabsDescription[] = | 2774 const char kPauseBackgroundTabsDescription[] = |
| 2775 "Pause timers in background tabs after 5 minutes on desktop."; | 2775 "Pause timers in background tabs after 5 minutes on desktop."; |
| 2776 | 2776 |
| 2777 const char kAppMenuIconName[] = "App Menu Icon"; |
| 2778 const char kAppMenuIconDescription[] = "Changes the icon in the app menu."; |
| 2779 const char kAppMenuIconOldBehavior[] = "Old Behavior"; |
| 2780 const char kAppMenuIconPersistentOpenedState[] = "Persistent Opened State"; |
| 2781 const char kAppMenuIconPersistentClosedState[] = "Persistent Closed State"; |
| 2782 |
| 2777 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || | 2783 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || |
| 2778 // defined(OS_WIN) | 2784 // defined(OS_WIN) |
| 2779 | 2785 |
| 2780 #if defined(OS_CHROMEOS) | 2786 #if defined(OS_CHROMEOS) |
| 2781 | 2787 |
| 2782 const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; | 2788 const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; |
| 2783 | 2789 |
| 2784 const char kEnableChromevoxArcSupportDescription[] = | 2790 const char kEnableChromevoxArcSupportDescription[] = |
| 2785 "Enable ChromeVox screen reader features in ARC"; | 2791 "Enable ChromeVox screen reader features in ARC"; |
| 2786 | 2792 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2977 const char kEnableCopylessPasteDescription[] = | 2983 const char kEnableCopylessPasteDescription[] = |
| 2978 "Provide suggestions for text input, based on your recent context. For " | 2984 "Provide suggestions for text input, based on your recent context. For " |
| 2979 "example, if you looked at a restaurant website and switched to the Maps " | 2985 "example, if you looked at a restaurant website and switched to the Maps " |
| 2980 "app, the keyboard would offer the name of that restaurant as a suggestion " | 2986 "app, the keyboard would offer the name of that restaurant as a suggestion " |
| 2981 "to enter into the search bar. The data is indexed locally, and never sent " | 2987 "to enter into the search bar. The data is indexed locally, and never sent " |
| 2982 "to the server. It's disabled in incognito mode."; | 2988 "to the server. It's disabled in incognito mode."; |
| 2983 | 2989 |
| 2984 #endif // defined(OS_ANDROID) | 2990 #endif // defined(OS_ANDROID) |
| 2985 | 2991 |
| 2986 } // namespace flag_descriptions | 2992 } // namespace flag_descriptions |
| OLD | NEW |