Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / tabs / tab_strip.h
index 7e01033..5939564 100644 (file)
@@ -134,10 +134,6 @@ class TabStrip : public views::View,
 
   TabStripController* controller() const { return controller_.get(); }
 
-  // Creates and returns a tab that can be used for dragging. Ownership passes
-  // to the caller.
-  Tab* CreateTabForDragging();
-
   // Returns true if a drag session is currently active.
   bool IsDragSessionActive() const;
 
@@ -272,6 +268,7 @@ class TabStrip : public views::View,
   FRIEND_TEST_ALL_PREFIXES(TabDragControllerTest, GestureEndShouldEndDragTest);
   friend class TabStripTest;
   FRIEND_TEST_ALL_PREFIXES(TabStripTest, TabHitTestMaskWhenStacked);
+  FRIEND_TEST_ALL_PREFIXES(TabStripTest, ClippedTabCloseButton);
 
   // Used during a drop session of a url. Tracks the position of the drop as
   // well as a window used to highlight where the drop occurs.