commit | 8ac9896d888d0acdd73beee72d13888c16d7f847 | [log] [tgz] |
---|---|---|
author | Dominic Mazzoni <[email protected]> | Fri May 25 05:44:55 2018 |
committer | Commit Bot <[email protected]> | Fri May 25 05:44:55 2018 |
tree | d5392feb091c73b0caca96b821673a40a1d3e5ad | |
parent | d743f5812fc9a602d3161353926a8c7281d7bdcd [diff] [blame] |
Add Accessibility Object Model to chrome://flags This is important for testing on Chrome OS and Android where it's not always possible to run Chrome with a command-line switch. Bug: 746523 Change-Id: I8326cdaa44b6013dd0b6a9d1c1f7ca1022cb208e Reviewed-on: https://chromium-review.googlesource.com/1072505 Reviewed-by: John Abd-El-Malek <[email protected]> Commit-Queue: Dominic Mazzoni <[email protected]> Cr-Commit-Position: refs/heads/master@{#561778}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 055311b3..d27a2f1 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -210,6 +210,9 @@ extern const char kEmbeddedExtensionOptionsName[]; extern const char kEmbeddedExtensionOptionsDescription[]; +extern const char kEnableAccessibilityObjectModelName[]; +extern const char kEnableAccessibilityObjectModelDescription[]; + extern const char kEnableAsmWasmName[]; extern const char kEnableAsmWasmDescription[];