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

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

Issue 1637943003: Remove HostDesktopType from BrowserList::GetInstance() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screen-wrapper-land
Patch Set: mac2 Created 4 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
Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
index d6a23dfad6b698e96b8410953801fb39a5ee3cb1..0339dc6c054fb5070df21ec4c92e5e010ae475f9 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
@@ -45,9 +45,7 @@ class TabDragControllerTest : public InProcessBrowserTest {
// side by side.
Browser* CreateAnotherWindowBrowserAndRelayout();
- // The tab drag controller interactive ui tests only use the native desktop
- // for now.
- const BrowserList* native_browser_list;
+ const BrowserList* browser_list;
private:
DISALLOW_COPY_AND_ASSIGN(TabDragControllerTest);

Powered by Google App Engine
This is Rietveld 408576698