commit | eafb0c0e989e157fb1ea1c90fde8157f37cc27c9 | [log] [tgz] |
---|---|---|
author | bruthig <[email protected]> | Fri Jun 09 13:11:53 2017 |
committer | Commit Bot <[email protected]> | Fri Jun 09 13:11:53 2017 |
tree | bd2c65adfc50a317f40b5cc8a14f5628d07db394 | |
parent | 7e8ca79558fc6b22196c1f82766e12bba3b10f87 [diff] [blame] |
Added --enable-ui-devtools to chrome://flags. BUG=678038 Review-Url: https://codereview.chromium.org/2928973003 Cr-Commit-Position: refs/heads/master@{#478258}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 8e14959356..87430a03 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1348,6 +1348,9 @@ extern const char kTouchscreenCalibrationName[]; extern const char kTouchscreenCalibrationDescription[]; +extern const char kUiDevToolsName[]; +extern const char kUiDevToolsDescription[]; + extern const char kUseMusName[]; extern const char kUseMusDescription[]; extern const char kEnableMashDescription[];