| Index: ios/web/public/web_capabilities.cc
|
| diff --git a/ios/web/public/web_capabilities.cc b/ios/web/public/web_capabilities.cc
|
| index 48632d9417d81325ed9f86ed05391f81be89ebe7..8e42319367706bcc9daa5e67835a1ca3972a5b97 100644
|
| --- a/ios/web/public/web_capabilities.cc
|
| +++ b/ios/web/public/web_capabilities.cc
|
| @@ -6,12 +6,6 @@
|
|
|
| namespace web {
|
|
|
| -bool IsAcceptCookieControlSupported() {
|
| - // TODO(crbug.com/462424): WKWebView supports only the ALLOW policy on iOS9.
|
| - // Revisit this issue with the next major release of iOS.
|
| - return false;
|
| -}
|
| -
|
| bool IsAutoDetectEncodingSupported() {
|
| // TODO(crbug.com/600765): WKWebView does not provide API for auto-detection
|
| // of the page encoding. Revisit this issue with the next major of iOS.
|
|
|