Chromium Code Reviews| 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 3185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3196 #endif | 3196 #endif |
| 3197 | 3197 |
| 3198 #if defined(OS_CHROMEOS) | 3198 #if defined(OS_CHROMEOS) |
| 3199 | 3199 |
| 3200 const char kDisableNewVirtualKeyboardBehaviorName[] = | 3200 const char kDisableNewVirtualKeyboardBehaviorName[] = |
| 3201 "New window behavior for the accessibility keyboard"; | 3201 "New window behavior for the accessibility keyboard"; |
| 3202 const char kDisableNewVirtualKeyboardBehaviorDescription[] = | 3202 const char kDisableNewVirtualKeyboardBehaviorDescription[] = |
| 3203 "Disable new window behavior for the accessibility keyboard " | 3203 "Disable new window behavior for the accessibility keyboard " |
| 3204 "in non-sticky mode (do not change work area in non-sticky mode)."; | 3204 "in non-sticky mode (do not change work area in non-sticky mode)."; |
| 3205 | 3205 |
| 3206 const char kUiDevToolsName[] = "Enable native UI inspection"; | |
| 3207 const char kUiDevToolsDescription[] = | |
| 3208 "Enables inspection of native UI elements. For local inspection use " | |
| 3209 "chrome-devtools://devtools/bundled/inspector.html?ws=localhost:9223/0"; | |
|
bruthig
2017/06/08 18:45:01
Should chrome://inspect#other be used here instead
sadrul
2017/06/08 20:38:44
chrome://inspect#other would be better I think.
bruthig
2017/06/08 20:57:16
Done.
| |
| 3210 | |
| 3206 #endif // defined(OS_CHROMEOS) | 3211 #endif // defined(OS_CHROMEOS) |
| 3207 | 3212 |
| 3208 } // namespace flag_descriptions | 3213 } // namespace flag_descriptions |
| OLD | NEW |