Commit ed8ccb41 authored by Andreea Bacanu's avatar Andreea Bacanu Committed by Commit Bot

Add ClosedTabCache experiment flag

ClosedTabCache aims to make the "Reopen closed tab" button instant
for recently closed tabs.

Design doc:
https://docs.google.com/document/d/1SF230MYWgroe4WikDMn82ETd3-HFRzylKtIk0HZRaOU

BUG=1100946

Change-Id: I43934b0fe8b60ca9bbc09f27bbb62b38e33891d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274509Reviewed-by: default avatarCarlos Caballero <carlscab@google.com>
Reviewed-by: default avatarColin Blundell <blundell@chromium.org>
Reviewed-by: default avatarSreeja Kamishetty <sreejakshetty@chromium.org>
Commit-Queue: Andreea Bacanu <aebacanu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784455}
parent 0884c68e
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
namespace features { namespace features {
// Enables using the ClosedTabCache to instantly restore recently closed tabs
// using the "Reopen Closed Tab" button.
const base::Feature kClosedTabCache{"ClosedTabCache",
base::FEATURE_DISABLED_BY_DEFAULT};
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
// Enables being able to zoom a web page by double tapping in Chrome OS tablet // Enables being able to zoom a web page by double tapping in Chrome OS tablet
// mode. // mode.
......
...@@ -16,6 +16,8 @@ namespace features { ...@@ -16,6 +16,8 @@ namespace features {
// All features in alphabetical order. The features should be documented // All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file. // alongside the definition of their values in the .cc file.
extern const base::Feature kClosedTabCache;
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
extern const base::Feature kDoubleTapToZoomInTabletMode; extern const base::Feature kDoubleTapToZoomInTabletMode;
#endif #endif
......
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