chromium/chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h"

#include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_window.h"
#include "components/bookmarks/browser/bookmark_node_data.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/dragdrop/os_exchange_data.h"

WebContents;

WebDragBookmarkHandlerAura::WebDragBookmarkHandlerAura()
    :{}

WebDragBookmarkHandlerAura::~WebDragBookmarkHandlerAura() {}

void WebDragBookmarkHandlerAura::DragInitialize(WebContents* contents) {}

void WebDragBookmarkHandlerAura::OnDragOver() {}

void WebDragBookmarkHandlerAura::OnReceiveDragData(
    const ui::OSExchangeData& data) {}

void WebDragBookmarkHandlerAura::OnDragEnter() {}

void WebDragBookmarkHandlerAura::OnDrop() {}

void WebDragBookmarkHandlerAura::OnDragLeave() {}