Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2928973003: Added --enable-ui-devtools to chrome://flags. (Closed)
Patch Set: Fixed flag_descriptions.cc formatting. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/ui_devtools/devtools_server.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/ui_devtools/devtools_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698