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

Unified Diff: content/browser/tab_contents/tab_contents_view_win.h

Issue 9562049: Move the core drag&drop code for Windows to content\browser to match Mac/GTK. I've had to add tempo… (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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/tab_contents/web_drag_dest_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/tab_contents_view_win.h
===================================================================
--- content/browser/tab_contents/tab_contents_view_win.h (revision 124553)
+++ content/browser/tab_contents/tab_contents_view_win.h (working copy)
@@ -16,7 +16,7 @@
class TabContentsViewWin : public content::WebContentsView,
public ui::WindowImpl {
public:
- // TODO(jam): make this take a WebContents once it's created from content.
+ // TODO(jam): make this take a TabContents once it's created from content.
explicit TabContentsViewWin(content::WebContents* web_contents);
virtual ~TabContentsViewWin();
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/tab_contents/web_drag_dest_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698