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

Unified Diff: chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop.cc

Issue 12475013: bookmarks: Extract PerformBookmarkDrop() function out of bookmark_utils.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fixes Created 7 years, 9 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/gtk/bookmarks/bookmark_drag_drop.cc
diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop.cc
deleted file mode 100644
index 86bb4835bf13fbf46c74e219096883f0559f08bb..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2012 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/ui/bookmarks/bookmark_drag_drop.h"
-
-#include "chrome/browser/ui/gtk/custom_drag.h"
-
-namespace chrome {
-
-void DragBookmarks(Profile* profile,
- const std::vector<const BookmarkNode*>& nodes,
- gfx::NativeView view) {
- DCHECK(!nodes.empty());
-
- BookmarkDrag::BeginDrag(profile, nodes);
-}
-
-} // namespace chrome
« no previous file with comments | « chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc ('k') | chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698