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

Unified Diff: ui/base/dragdrop/desktop_selection_provider_aurax11.h

Issue 16271006: Drag on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Document Created 7 years, 6 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 | « ui/base/clipboard/clipboard_aurax11.cc ('k') | ui/base/dragdrop/os_exchange_data_provider_aurax11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/desktop_selection_provider_aurax11.h
diff --git a/ui/base/dragdrop/desktop_selection_provider_aurax11.h b/ui/base/dragdrop/desktop_selection_provider_aurax11.h
deleted file mode 100644
index 383245f624c97cc2ff1f1d333ddf3995584cf467..0000000000000000000000000000000000000000
--- a/ui/base/dragdrop/desktop_selection_provider_aurax11.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 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.
-
-#ifndef UI_BASE_DRAGDROP_DESKTOP_SELECTION_PROVIDER_AURAX11_H_
-#define UI_BASE_DRAGDROP_DESKTOP_SELECTION_PROVIDER_AURAX11_H_
-
-#include "ui/base/ui_export.h"
-
-namespace ui {
-class OSExchangeDataProviderAuraX11;
-
-// Used by OSExchangeDataProviderAuraX11 to attach itself to an object which
-// can provide it with SelectionNotify events.
-class UI_EXPORT DesktopSelectionProviderAuraX11 {
- public:
- virtual ~DesktopSelectionProviderAuraX11() {}
-
- virtual void SetDropHandler(OSExchangeDataProviderAuraX11* handler) = 0;
-};
-
-} // namespace
-
-#endif // UI_BASE_DRAGDROP_DESKTOP_SELECTION_PROVIDER_AURAX11_H_
« no previous file with comments | « ui/base/clipboard/clipboard_aurax11.cc ('k') | ui/base/dragdrop/os_exchange_data_provider_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698