Commit 9223cbe0 authored by Huanzhong Huang's avatar Huanzhong Huang Committed by Commit Bot

[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/+/1624906Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662278}
parent ba13136b
...@@ -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_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_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