Index: chrome/common/pepper_flash.cc |
=================================================================== |
--- chrome/common/pepper_flash.cc (revision 145683) |
+++ chrome/common/pepper_flash.cc (working copy) |
@@ -92,16 +92,7 @@ |
// Pepper Flash is required for Aura (on any OS). |
return true; |
#elif defined(OS_WIN) |
- // Pepper Flash is required for Windows 8 Metro mode. |
- if (base::win::IsMetroProcess()) |
- return true; |
- |
- chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); |
- if (channel == chrome::VersionInfo::CHANNEL_CANARY) |
- return true; |
- |
- // For other Windows users, enable only for Dev users in a field trial. |
- return channel == chrome::VersionInfo::CHANNEL_DEV && IsInFieldTrialGroup(); |
+ return true; |
#elif defined(OS_LINUX) |
// For Linux, always try to use it (availability is checked elsewhere). |
return true; |