| 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 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3013 | 3013 |
| 3014 const char kEnableOmniboxClipboardProviderName[] = | 3014 const char kEnableOmniboxClipboardProviderName[] = |
| 3015 "Omnibox clipboard URL suggestions"; | 3015 "Omnibox clipboard URL suggestions"; |
| 3016 | 3016 |
| 3017 const char kEnableOmniboxClipboardProviderDescription[] = | 3017 const char kEnableOmniboxClipboardProviderDescription[] = |
| 3018 "Provide a suggestion of the URL stored in the clipboard (if any) upon " | 3018 "Provide a suggestion of the URL stored in the clipboard (if any) upon " |
| 3019 "focus in the omnibox."; | 3019 "focus in the omnibox."; |
| 3020 | 3020 |
| 3021 #endif // defined(OS_ANDROID) | 3021 #endif // defined(OS_ANDROID) |
| 3022 | 3022 |
| 3023 const char kLocationHardReloadName[] = |
| 3024 "Experimental change for Location.reload() to trigger a hard-reload."; |
| 3025 |
| 3026 const char kLocationHardReloadDescription[] = |
| 3027 "Enable an experimental change for Location.reload() to trigger a " |
| 3028 "hard-reload."; |
| 3029 |
| 3023 } // namespace flag_descriptions | 3030 } // namespace flag_descriptions |
| OLD | NEW |