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 2146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2157 "devices)."; | 2157 "devices)."; |
2158 | 2158 |
2159 const char kWebPaymentsModifiersName[] = "Enable web payment modifiers"; | 2159 const char kWebPaymentsModifiersName[] = "Enable web payment modifiers"; |
2160 | 2160 |
2161 const char kWebPaymentsModifiersDescription[] = | 2161 const char kWebPaymentsModifiersDescription[] = |
2162 "If the website provides modifiers in the payment request, show the " | 2162 "If the website provides modifiers in the payment request, show the " |
2163 "custom total for each payment instrument, update the shopping cart " | 2163 "custom total for each payment instrument, update the shopping cart " |
2164 "when instruments are switched, and send modified payment method " | 2164 "when instruments are switched, and send modified payment method " |
2165 "specific data to the payment app."; | 2165 "specific data to the payment app."; |
2166 | 2166 |
| 2167 const char kXGEOVisibleNetworksName[] = "Enable XGEO Visible Networks"; |
| 2168 |
| 2169 const char kXGEOVisibleNetworksDescription[] = |
| 2170 "If location permissions are granted, include visible networks in the XGEO " |
| 2171 "Header for omnibox queries. This will only happen if location is not " |
| 2172 "fresh or not available (for example, due to a cold start)."; |
| 2173 |
2167 #endif // defined(OS_ANDROID) | 2174 #endif // defined(OS_ANDROID) |
2168 | 2175 |
2169 #if defined(OS_WIN) | 2176 #if defined(OS_WIN) |
2170 | 2177 |
2171 // Exporting tracing events to ETW | 2178 // Exporting tracing events to ETW |
2172 | 2179 |
2173 const char kTraceExportEventsToEtwName[] = | 2180 const char kTraceExportEventsToEtwName[] = |
2174 "Enable exporting of tracing events to ETW."; | 2181 "Enable exporting of tracing events to ETW."; |
2175 | 2182 |
2176 const char kTraceExportEventsToEtwDesription[] = | 2183 const char kTraceExportEventsToEtwDesription[] = |
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3166 | 3173 |
3167 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3174 const char kDisableNewVirtualKeyboardBehaviorName[] = |
3168 "New window behavior for the accessibility keyboard"; | 3175 "New window behavior for the accessibility keyboard"; |
3169 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3176 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
3170 "Disable new window behavior for the accessibility keyboard " | 3177 "Disable new window behavior for the accessibility keyboard " |
3171 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3178 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3172 | 3179 |
3173 #endif // defined(OS_CHROMEOS) | 3180 #endif // defined(OS_CHROMEOS) |
3174 | 3181 |
3175 } // namespace flag_descriptions | 3182 } // namespace flag_descriptions |
OLD | NEW |