| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1a86bcdb5b78b37e0293f2be5391ebdfb9fe5155..f781bafc90355f97365fdeb4ca62d8f25b181ba8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -497,6 +497,11 @@ const char kEnableFastback[] = "enable-fastback";
|
| // testing, for example page cycler and layout tests. See bug 1157243.
|
| const char kEnableFileCookies[] = "enable-file-cookies";
|
|
|
| +// Enable the in-browser thumbnailing, which is more efficient than the
|
| +// in-renderer thumbnailing, as we can use more information to determine
|
| +// if we need to update thumbnails.
|
| +const char kEnableInBrowserThumbnailing[] = "enable-in-browser-thumbnailing";
|
| +
|
| // Enable IPv6 support, even if probes suggest that it may not be fully
|
| // supported. Some probes may require internet connections, and this flag will
|
| // allow support independent of application testing.
|
|
|