Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 98491) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1232,13 +1232,8 @@ |
} |
bool IsInBrowserThumbnailingEnabled() { |
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) |
- // The in-browser-thumbnailing is enabled for Linux and Chrome OS. |
- return true; |
-#else |
return CommandLine::ForCurrentProcess()->HasSwitch( |
kEnableInBrowserThumbnailing); |
-#endif |
} |
// ----------------------------------------------------------------------------- |