Chromium Code Reviews| Index: chrome/browser/extensions/extension_tabs_module.cc |
| =================================================================== |
| --- chrome/browser/extensions/extension_tabs_module.cc (revision 36525) |
| +++ chrome/browser/extensions/extension_tabs_module.cc (working copy) |
| @@ -832,11 +832,6 @@ |
| } |
| bool DetectTabLanguageFunction::RunImpl() { |
| - #if !defined(OS_WIN) |
| - error_ = keys::kSupportedInWindowsOnlyError; |
| - return false; |
| - #endif |
| - |
| int tab_id = 0; |
| Browser* browser = NULL; |
| TabContents* contents = NULL; |