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

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

Issue 1678163002: mac_views_browser: fixed interactive_ui_tests compilation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unneeded header, enable ActivateOverflowedToolbarActionWithKeyboard test compilation on Mac Created 4 years, 10 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 0339dc6c054fb5070df21ec4c92e5e010ae475f9..8aa0a40528c9ddd47e79d3c8ab0540ce47aacee8 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
@@ -56,9 +56,6 @@ namespace test {
// Returns the TabStrip for |browser|.
TabStrip* GetTabStripForBrowser(Browser* browser);
-// Returns the center of |view| in screen coordinates.
-gfx::Point GetCenterInScreenCoordinates(const views::View* view);
-
// Sets the id of |web_contents| to |id|.
void SetID(content::WebContents* web_contents, int id);

Powered by Google App Engine
This is Rietveld 408576698