Index: chrome/browser/ui/views/task_manager_view.cc |
diff --git a/chrome/browser/ui/views/task_manager_view.cc b/chrome/browser/ui/views/task_manager_view.cc |
index 796a18cbaa49b5b724e89a184eecaaac75968e6e..02169960dc090e74ec4f8ac5d57e5520fb14ec53 100644 |
--- a/chrome/browser/ui/views/task_manager_view.cc |
+++ b/chrome/browser/ui/views/task_manager_view.cc |
@@ -50,7 +50,6 @@ |
#include "chrome/browser/shell_integration.h" |
#include "ui/base/win/shell.h" |
#include "ui/views/win/hwnd_util.h" |
-#include "win8/util/win8_util.h" |
#endif |
namespace { |
@@ -461,10 +460,6 @@ bool TaskManagerView::AcceleratorPressed(const ui::Accelerator& accelerator) { |
// static |
void TaskManagerView::Show(Browser* browser) { |
-#if defined(OS_WIN) |
- // In Windows Metro it's not good to open this native window. |
- DCHECK(!win8::IsSingleWindowMetroMode()); |
-#endif |
// In ash we can come here through the ChromeShellDelegate. If there is no |
// browser window at that time of the call, browser could be passed as NULL. |
const chrome::HostDesktopType desktop_type = |