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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2787843003: Add Accessibility Object Model to content features, and add a browser test. (Closed)
Patch Set: Rebase Created 3 years, 9 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: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index eb30be1ef07deddfeec5805abe9cfb9d81132f2c..dbd7378ce1f8f0ac6be3d6100b31f31b3fdb8195 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -69,6 +69,7 @@ class WebRuntimeFeatures {
BLINK_EXPORT static bool isOriginTrialsEnabled();
BLINK_EXPORT static void enableAccelerated2dCanvas(bool);
+ BLINK_EXPORT static void enableAccessibilityObjectModel(bool);
BLINK_EXPORT static void enableAudioOutputDevices(bool);
BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
BLINK_EXPORT static void enableColorCorrectRendering(bool);

Powered by Google App Engine
This is Rietveld 408576698