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

Unified Diff: components/previews/core/previews_features.cc

Issue 2940083003: Add timestamp to infobar for stale Previews (Closed)
Patch Set: add GetMessageText comment 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
« no previous file with comments | « components/previews/core/previews_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/previews_features.cc
diff --git a/components/previews/core/previews_features.cc b/components/previews/core/previews_features.cc
index d88577c41f2415d67e33df414fab4161aa8ab400..00bbedf2c0a7b3ba02857a96f7c715913276f867 100644
--- a/components/previews/core/previews_features.cc
+++ b/components/previews/core/previews_features.cc
@@ -15,5 +15,9 @@ const base::Feature kOfflinePreviews{"OfflinePreviews",
const base::Feature kClientLoFi{"ClientLoFi",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables the Stale Previews timestamp on Previews infobars.
+const base::Feature kStalePreviewsTimestamp{"StalePreviewsTimestamp",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
} // namespace features
} // namespace previews
« no previous file with comments | « components/previews/core/previews_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698