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

Unified Diff: Source/core/clipboard/DataObject.h

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 5 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 | « Source/core/animation/animatable/AnimatableValue.cpp ('k') | Source/core/clipboard/DataObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataObject.h
diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
index dbf1f8b9fc2d99f6e11670b75b24c446c2298287..774fe0260867c40955b0f3a579de2dc7d9974ea0 100644
--- a/Source/core/clipboard/DataObject.h
+++ b/Source/core/clipboard/DataObject.h
@@ -56,8 +56,6 @@ public:
static PassRefPtrWillBeRawPtr<DataObject> createFromPasteboard(PasteMode);
static PassRefPtrWillBeRawPtr<DataObject> create();
- PassRefPtrWillBeRawPtr<DataObject> copy() const;
-
virtual ~DataObject();
// DataTransferItemList support.
@@ -101,7 +99,6 @@ public:
private:
DataObject();
- explicit DataObject(const DataObject&);
PassRefPtrWillBeRawPtr<DataObjectItem> findStringItem(const String& type) const;
bool internalAddStringItem(PassRefPtrWillBeRawPtr<DataObjectItem>);
« no previous file with comments | « Source/core/animation/animatable/AnimatableValue.cpp ('k') | Source/core/clipboard/DataObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698