| Index: content/common/content_switches_internal.cc
|
| ===================================================================
|
| --- content/common/content_switches_internal.cc (revision 256983)
|
| +++ content/common/content_switches_internal.cc (working copy)
|
| @@ -35,10 +35,10 @@
|
| return base::win::GetVersion() >= base::win::VERSION_WIN8;
|
| #elif defined(OS_CHROMEOS)
|
| return true;
|
| -#endif
|
| -
|
| +#else
|
| return command_line.HasSwitch(switches::kEnableViewport) ||
|
| command_line.HasSwitch(switches::kEnablePinch);
|
| +#endif
|
| }
|
|
|
| } // namespace content
|
|
|