Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 56a721998a32e701e973f1fe9d32f18d24993dee..b46ba78a2638492082791bf982d7d7640de7fbb6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -664,6 +664,10 @@ const char kEnableSyncSyncedNotifications[] = |
// Enables context menu for selecting groups of tabs. |
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; |
+// Enables fanciful thumbnail processing. Used with NTP for |
+// instant-extended-api, where thumbnails are generally smaller. |
+const char kEnableThumbnailRetargetting[] = "enable-thumbnail-retargetting"; |
+ |
// Enables Chrome Translate for "alpha languages", that may have less-reliable |
// translation quality than supported languages. |
const char kEnableTranslateAlphaLanguages[] = |