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

Unified Diff: chrome/browser/download/drag_download_item_gtk.cc

Issue 23522023: Move DrawDownloadItem() implementation to download_item_drag.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | chrome/browser/ui/gtk/download/download_item_drag.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/drag_download_item_gtk.cc
diff --git a/chrome/browser/download/drag_download_item_gtk.cc b/chrome/browser/download/drag_download_item_gtk.cc
deleted file mode 100644
index 62da9e62ce8677564fcd8efad42fdac6229d1c2e..0000000000000000000000000000000000000000
--- a/chrome/browser/download/drag_download_item_gtk.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/download/drag_download_item.h"
-
-#include "chrome/browser/ui/gtk/download/download_item_drag.h"
-
-void DragDownloadItem(const content::DownloadItem* download,
- gfx::Image* icon,
- gfx::NativeView view) {
- DownloadItemDrag::BeginDrag(download, icon);
-}
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/download/download_item_drag.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698