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

Unified Diff: chrome/common/chrome_switches.cc

Issue 15458003: Plugs in the new thumbnailing algorithm to ThumbnailTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits. Created 7 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d0d51097d4f956a5383fc4ae20791c88b8d665a9..185eaf78d61e155fcf9592a1c0d22b8df9fe4410 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -671,6 +671,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";
Nico 2013/05/30 18:19:17 "Retargeting" with just one "t" I think?
motek. 2013/05/30 20:25:09 Depends on your version of English, I suppose. Any
+
// Enables Chrome Translate for "alpha languages", that may have less-reliable
// translation quality than supported languages.
const char kEnableTranslateAlphaLanguages[] =

Powered by Google App Engine
This is Rietveld 408576698