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 2993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3004 | 3004 |
3005 const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)"; | 3005 const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)"; |
3006 | 3006 |
3007 const char kEnableCopylessPasteDescription[] = | 3007 const char kEnableCopylessPasteDescription[] = |
3008 "Provide suggestions for text input, based on your recent context. For " | 3008 "Provide suggestions for text input, based on your recent context. For " |
3009 "example, if you looked at a restaurant website and switched to the Maps " | 3009 "example, if you looked at a restaurant website and switched to the Maps " |
3010 "app, the keyboard would offer the name of that restaurant as a suggestion " | 3010 "app, the keyboard would offer the name of that restaurant as a suggestion " |
3011 "to enter into the search bar. The data is indexed locally, and never sent " | 3011 "to enter into the search bar. The data is indexed locally, and never sent " |
3012 "to the server. It's disabled in incognito mode."; | 3012 "to the server. It's disabled in incognito mode."; |
3013 | 3013 |
| 3014 const char kEnableWebNfcName[] = "WebNFC"; |
| 3015 |
| 3016 const char kEnableWebNfcDescription[] = "Enable WebNFC support."; |
| 3017 |
3014 #endif // defined(OS_ANDROID) | 3018 #endif // defined(OS_ANDROID) |
3015 | 3019 |
3016 } // namespace flag_descriptions | 3020 } // namespace flag_descriptions |
OLD | NEW |