Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc

Issue 137993009: Remove more non-aura windows code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: renable the disabled tests Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
===================================================================
--- chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc (revision 244775)
+++ chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc (working copy)
@@ -364,7 +364,6 @@
DetachToBrowserTabDragControllerTest() {}
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- command_line->AppendSwitch(switches::kTabBrowserDragging);
#if defined(USE_ASH) && !defined(OS_WIN) // TODO(win_ash)
if (!docked_windows_enabled()) {
CommandLine::ForCurrentProcess()->AppendSwitch(
@@ -713,12 +712,6 @@
// Drags from browser to separate window and releases mouse.
IN_PROC_BROWSER_TEST_P(DetachToBrowserTabDragControllerTest,
DetachToOwnWindowFromMaximizedWindow) {
- if (!TabDragController::ShouldDetachIntoNewBrowser()) {
- VLOG(1)
- << "Skipping DetachToOwnWindowFromMaximizedWindow on this platform.";
- return;
- }
-
// Maximize the initial browser window.
browser()->window()->Maximize();
ASSERT_TRUE(browser()->window()->IsMaximized());
@@ -2102,12 +2095,6 @@
// Drags from browser to separate window, docks that window and releases mouse.
IN_PROC_BROWSER_TEST_P(DetachToDockedTabDragControllerTest,
DetachToDockedWindowFromMaximizedWindow) {
- if (!TabDragController::ShouldDetachIntoNewBrowser()) {
- VLOG(1)
- << "Skipping DetachToDockedWindowFromMaximizedWindow on this platform.";
- return;
- }
-
// Maximize the initial browser window.
browser()->window()->Maximize();
ASSERT_TRUE(browser()->window()->IsMaximized());
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | chrome/browser/ui/views/task_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698