Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index c0cac161709d236784244d4dc6f37c71bb3c0293..d88e11b17e357fb4e2ed40c0a9a4ea25fb288935 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -133,6 +133,8 @@ public: |
BLINK_EXPORT static void enableLayerSquashing(bool); |
+ BLINK_EXPORT static void enableShowModalDialog(bool); |
+ |
private: |
WebRuntimeFeatures(); |
}; |