Index: ios/web_view/public/cwv_web_view_configuration.h |
diff --git a/ios/web_view/public/cwv_web_view_configuration.h b/ios/web_view/public/cwv_web_view_configuration.h |
index e1de0986ae24ad7206ab2b9b7064b48bcaa473fb..881e051f7a5f7e9495710261355bb666701132fc 100644 |
--- a/ios/web_view/public/cwv_web_view_configuration.h |
+++ b/ios/web_view/public/cwv_web_view_configuration.h |
@@ -9,6 +9,7 @@ |
#import "cwv_export.h" |
+@class CWVPreferences; |
@class CWVUserContentController; |
@class CWVWebsiteDataStore; |
@@ -24,6 +25,9 @@ CWV_EXPORT |
- (instancetype)init NS_UNAVAILABLE; |
+// The preferences object associated with this web view configuration. |
+@property(nonatomic, readonly) CWVPreferences* preferences; |
+ |
// The user content controller to associate with web views created using this |
// configuration. |
@property(nonatomic, readonly) CWVUserContentController* userContentController; |