| Index: chrome/renderer/external_extension.cc
|
| ===================================================================
|
| --- chrome/renderer/external_extension.cc (revision 68244)
|
| +++ chrome/renderer/external_extension.cc (working copy)
|
| @@ -46,8 +46,12 @@
|
| // with an extra parameter to indicate if the provider should be the default"
|
| // be available?
|
| static bool EnableSearchProviderV2() {
|
| +#if defined(OS_WIN)
|
| + return true;
|
| +#else
|
| return CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableSearchProviderApiV2);
|
| +#endif
|
| }
|
|
|
| class ExternalExtensionWrapper : public v8::Extension {
|
|
|