| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 71c0017a29c796237f7356b797369c4050784b2c..3004ed2876c142ca7763911887d821193398066a 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -3127,4 +3127,11 @@ const char kLocationHardReloadDescription[] =
|
| "Enable an experimental change for Location.reload() to trigger a "
|
| "hard-reload.";
|
|
|
| +const char kCaptureThumbnailOnLoadFinishedName[] =
|
| + "Capture page thumbnail on load finished";
|
| +
|
| +const char kCaptureThumbnailOnLoadFinishedDescription[] =
|
| + "Capture a page thumbnail (for use on the New Tab page) when the page load "
|
| + "finishes, in addition to other times a thumbnail may be captured.";
|
| +
|
| } // namespace flag_descriptions
|
|
|