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

Unified Diff: content/child/runtime_features.cc

Issue 2859333002: Remove content flag for Accessibility Object Model (Closed)
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index b3096b27f628988837e996873b97600636a0bc34..450c6f3536952fd5c4bc5d7bc90f7207fce3bd49 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -322,9 +322,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
features::kSendBeaconThrowForBlobWithNonSimpleType))
WebRuntimeFeatures::EnableSendBeaconThrowForBlobWithNonSimpleType(true);
- WebRuntimeFeatures::EnableAccessibilityObjectModel(
- base::FeatureList::IsEnabled(features::kAccessibilityObjectModel));
-
#if defined(OS_ANDROID)
if (command_line.HasSwitch(switches::kDisableMediaSessionAPI))
WebRuntimeFeatures::EnableMediaSession(false);
« no previous file with comments | « content/browser/accessibility/dump_accessibility_tree_browsertest.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698