Remove old ClearBrowsingData code
The new ClearBrowsingData dialog has been launched in M60, this
CL cleans up code of the old dialog and removes overhead caused by
having two versions of the dialog.
The ic_info_grey.png icon isn't used anymore, so it is removed.
Some anonymous classes are converted to lambdas.
The TabsInCBD flag is removed from Android as well.
Bug: 777842
Change-Id: I7c1541e295bc8965bf4c7ccbc09a2c8f0843be31
Reviewed-on: https://chromium-review.googlesource.com/739561
Commit-Queue: Christian Dullweber <[email protected]>
Reviewed-by: Bernhard Bauer <[email protected]>
Reviewed-by: Theresa <[email protected]>
Cr-Commit-Position: refs/heads/master@{#515159}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5173c46..8722ecc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2619,7 +2619,7 @@
flag_descriptions::kImportantSitesInCbdDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kImportantSitesInCbd)},
{"tabs-in-cbd", flag_descriptions::kTabsInCbdName,
- flag_descriptions::kTabsInCbdDescription, kOsAll,
+ flag_descriptions::kTabsInCbdDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kTabsInCbd)},
{"passive-listener-default",
flag_descriptions::kPassiveEventListenerDefaultName,