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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h

Issue 9581003: Get rid of chrome dependencies from tab_contents_drag_win.cc. After this I'll move it to content\br… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/tab_contents/native_tab_contents_view_win.h
===================================================================
--- chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (revision 124607)
+++ chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (working copy)
@@ -29,8 +29,6 @@
content::WebContents* GetWebContents() const;
- void EndDragging();
-
private:
// Overridden from NativeTabContentsView:
virtual void InitNativeTabContentsView() OVERRIDE;
@@ -74,6 +72,8 @@
HWND scrollbar);
bool ScrollZoom(int scroll_type);
+ void EndDragging();
+
internal::NativeTabContentsViewDelegate* delegate_;
scoped_ptr<WebDragBookmarkHandlerWin> bookmark_handler_;

Powered by Google App Engine
This is Rietveld 408576698