Commit 7044d791 authored by Huanzhong Huang's avatar Huanzhong Huang Committed by Commit Bot

Revert "[iOS] Enable the new Clear Browsing Data UI flag"

This reverts commit 9223cbe0.

Reason for revert: Not getting leadership-full approval before branch point; will rollout with Finch.

Original change's description:
> [iOS] Enable the new Clear Browsing Data UI flag
> 
> This change is to enable the new-clear-browsing-data-ui flag.
> 
> The new Clear Browsing Data dialog adds the time range selection functionality
> and shows browsing data volume details for each data type.
> Launch Bug: crbug/627147
> Screenshots: https://drive.google.com/open?id=1q1zJzB1abRsY1zCD4rLewvMxCnMr8WGf
> 
> Bug: 627147
> Change-Id: If2e16f4697a7aac2308a430c48880eb2f0c58c19
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624906
> Reviewed-by: Rohit Rao <rohitrao@chromium.org>
> Commit-Queue: Rohit Rao <rohitrao@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#662278}

TBR=rohitrao@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 627147
Change-Id: I26afad9076841353b0210f4537d8842aab9631e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635617Reviewed-by: default avatarHuanzhong Huang <huanzhong@chromium.org>
Commit-Queue: Huanzhong Huang <huanzhong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664723}
parent 65a25ae8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "ios/chrome/browser/browsing_data/browsing_data_features.h" #include "ios/chrome/browser/browsing_data/browsing_data_features.h"
const base::Feature kNewClearBrowsingDataUI{"NewClearBrowsingDataUI", const base::Feature kNewClearBrowsingDataUI{"NewClearBrowsingDataUI",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kWebClearBrowsingData{"WebClearBrowsingData", const base::Feature kWebClearBrowsingData{"WebClearBrowsingData",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment