| 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 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2797 | 2797 |
| 2798 const char kUseNewDoodleApiDescription[] = | 2798 const char kUseNewDoodleApiDescription[] = |
| 2799 "Enables the new API to fetch Doodles for the NTP."; | 2799 "Enables the new API to fetch Doodles for the NTP."; |
| 2800 | 2800 |
| 2801 #endif // defined(OS_ANDROID) | 2801 #endif // defined(OS_ANDROID) |
| 2802 | 2802 |
| 2803 const char kDebugShortcutsDescription[] = | 2803 const char kDebugShortcutsDescription[] = |
| 2804 "Enables additional keyboard shortcuts that are useful for debugging " | 2804 "Enables additional keyboard shortcuts that are useful for debugging " |
| 2805 "Ash."; | 2805 "Ash."; |
| 2806 | 2806 |
| 2807 const char kMemoryAblationName[] = "Memory ablation experiment"; |
| 2808 const char kMemoryAblationDescription[] = |
| 2809 "Allocates extra memory in the browser process."; |
| 2810 |
| 2807 #if defined(OS_ANDROID) | 2811 #if defined(OS_ANDROID) |
| 2808 | 2812 |
| 2809 const char kEnableCustomContextMenuName[] = "Enable custom context menu"; | 2813 const char kEnableCustomContextMenuName[] = "Enable custom context menu"; |
| 2810 | 2814 |
| 2811 const char kEnableCustomContextMenuDescription[] = | 2815 const char kEnableCustomContextMenuDescription[] = |
| 2812 "Enables a new context menu when a link, image, or video is pressed within " | 2816 "Enables a new context menu when a link, image, or video is pressed within " |
| 2813 "Chrome."; | 2817 "Chrome."; |
| 2814 | 2818 |
| 2815 #endif // defined(OS_ANDROID) | 2819 #endif // defined(OS_ANDROID) |
| 2816 | 2820 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2977 const char kEnableCopylessPasteDescription[] = | 2981 const char kEnableCopylessPasteDescription[] = |
| 2978 "Provide suggestions for text input, based on your recent context. For " | 2982 "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 " | 2983 "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 " | 2984 "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 " | 2985 "to enter into the search bar. The data is indexed locally, and never sent " |
| 2982 "to the server. It's disabled in incognito mode."; | 2986 "to the server. It's disabled in incognito mode."; |
| 2983 | 2987 |
| 2984 #endif // defined(OS_ANDROID) | 2988 #endif // defined(OS_ANDROID) |
| 2985 | 2989 |
| 2986 } // namespace flag_descriptions | 2990 } // namespace flag_descriptions |
| OLD | NEW |