Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1396)

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2947073002: Add chrome://flag to enable the Stale Previews timestamp (Closed)
Patch Set: add params Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/browser/about_flags.cc ('K') | « chrome/browser/flag_descriptions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c9876e023206f47c212f43ecd78c21ec37fe3d62..403e59ba085e1a704970400c4395d916f35f2ed5 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1195,6 +1195,12 @@ const char kEnableDataReductionProxySavingsPromoDescription[] =
"already saved 1 MB of data, then the promo will not be shown. Data "
"Saver must be enabled for the promo to be shown.";
+const char kEnableStalePreviewsName[] = "Stale Previews Timestamp";
+
+const char kEnableStalePreviewsDescription[] =
+ "Enable showing a timestamp that says how old a Preview is on the Previews "
+ "infobar.";
+
#if defined(OS_ANDROID)
const char kEnableDataReductionProxyMainMenuName[] =
« chrome/browser/about_flags.cc ('K') | « chrome/browser/flag_descriptions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698