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

Unified Diff: chrome/browser/about_flags.cc

Issue 2859263002: ThumbnailTabHelper: Capture thumbnail when page load finishes (Closed)
Patch Set: review: comment Created 3 years, 7 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 | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 16a1c175d5ab297e2421e5a434120713c5e41c0d..cdaea04b813f7fafd9708f2ccda9ca7cc5eefdeb 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2847,6 +2847,11 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kLocationHardReloadDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kLocationHardReload)},
+ {"capture-thumbnail-on-load-finished",
+ flag_descriptions::kCaptureThumbnailOnLoadFinishedName,
+ flag_descriptions::kCaptureThumbnailOnLoadFinishedDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(features::kCaptureThumbnailOnLoadFinished)},
+
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms/enums.xml. See note in
// enums.xml and don't forget to run AboutFlagsHistogramTest unit test.
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698