| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index a9789a61bd0ee8d93b2390e985a1d1f4c48c1050..b396780d7ac7331735a6f6c693dc34e5bd599a23 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3203,6 +3203,11 @@ const char kDisableNewVirtualKeyboardBehaviorDescription[] =
|
| "Disable new window behavior for the accessibility keyboard "
|
| "in non-sticky mode (do not change work area in non-sticky mode).";
|
|
|
| +const char kUiDevToolsName[] = "Enable native UI inspection";
|
| +const char kUiDevToolsDescription[] =
|
| + "Enables inspection of native UI elements. For local inspection use "
|
| + "chrome://inspect#other";
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| } // namespace flag_descriptions
|
|
|