diff --git a/DEPS b/DEPS index f07ce0dd..210a977 100644 --- a/DEPS +++ b/DEPS
@@ -78,7 +78,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. - 'v8_revision': '49b87e46b7a50cea8c9f7ec35eb645bc814d4fd0', + 'v8_revision': '700d93e908f27766b75570ba8128b9853936f0d5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other.
diff --git a/ios/chrome/browser/ssl/captive_portal_features.cc b/ios/chrome/browser/ssl/captive_portal_features.cc index 0f1d249..3b06069 100644 --- a/ios/chrome/browser/ssl/captive_portal_features.cc +++ b/ios/chrome/browser/ssl/captive_portal_features.cc
@@ -5,4 +5,4 @@ #include "ios/chrome/browser/ssl/captive_portal_features.h" const base::Feature kCaptivePortalFeature{"CaptivePortalFeature", - base::FEATURE_ENABLED_BY_DEFAULT}; + base::FEATURE_DISABLED_BY_DEFAULT};