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

Unified Diff: ios/web/public/web_capabilities.cc

Issue 2596653003: [ios] Removed CookieStoreIOS::SetCookiePolicy. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « ios/web/public/web_capabilities.h ('k') | ios/web/shell/view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ios/web/public/web_capabilities.h ('k') | ios/web/shell/view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698