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 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; | 9 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; |
10 | 10 |
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1370 | 1370 |
1371 const char kTranslate2016q2UiDescription[] = | 1371 const char kTranslate2016q2UiDescription[] = |
1372 "Improved triggering logic and look for Translate Bubble UI"; | 1372 "Improved triggering logic and look for Translate Bubble UI"; |
1373 | 1373 |
1374 const char kTranslateLanguageByUlpName[] = "Translate Language by ULP"; | 1374 const char kTranslateLanguageByUlpName[] = "Translate Language by ULP"; |
1375 | 1375 |
1376 const char kTranslateLanguageByUlpDescription[] = | 1376 const char kTranslateLanguageByUlpDescription[] = |
1377 "Improved translate target language and triggering logic by considering " | 1377 "Improved translate target language and triggering logic by considering " |
1378 "information from User Language Profile (ULP)."; | 1378 "information from User Language Profile (ULP)."; |
1379 | 1379 |
1380 const char kViewsRectBasedTargetingName[] = "Rect-based targeting in views"; | |
1381 | |
1382 const char kViewsRectBasedTargetingDescription[] = | |
1383 "Rect-based targeting uses a heuristic to determine the most probable " | |
1384 "target of a gesture, where the touch region is represented by a " | |
1385 "rectangle."; | |
1386 | |
1387 const char kPermissionActionReportingName[] = "Permission Action Reporting"; | 1380 const char kPermissionActionReportingName[] = "Permission Action Reporting"; |
1388 | 1381 |
1389 const char kPermissionActionReportingDescription[] = | 1382 const char kPermissionActionReportingDescription[] = |
1390 "Enables permission action reporting to Safe Browsing servers for opted " | 1383 "Enables permission action reporting to Safe Browsing servers for opted " |
1391 "in users."; | 1384 "in users."; |
1392 | 1385 |
1393 const char kPermissionsBlacklistName[] = "Permissions Blacklist"; | 1386 const char kPermissionsBlacklistName[] = "Permissions Blacklist"; |
1394 | 1387 |
1395 const char kPermissionsBlacklistDescription[] = | 1388 const char kPermissionsBlacklistDescription[] = |
1396 "Enables the Permissions Blacklist, which blocks permissions for " | 1389 "Enables the Permissions Blacklist, which blocks permissions for " |
(...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3214 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3207 "in non-sticky mode (do not change work area in non-sticky mode)."; |
3215 | 3208 |
3216 const char kUiDevToolsName[] = "Enable native UI inspection"; | 3209 const char kUiDevToolsName[] = "Enable native UI inspection"; |
3217 const char kUiDevToolsDescription[] = | 3210 const char kUiDevToolsDescription[] = |
3218 "Enables inspection of native UI elements. For local inspection use " | 3211 "Enables inspection of native UI elements. For local inspection use " |
3219 "chrome://inspect#other"; | 3212 "chrome://inspect#other"; |
3220 | 3213 |
3221 #endif // defined(OS_CHROMEOS) | 3214 #endif // defined(OS_CHROMEOS) |
3222 | 3215 |
3223 } // namespace flag_descriptions | 3216 } // namespace flag_descriptions |
OLD | NEW |