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

Unified Diff: Source/platform/blob/BlobData.h

Issue 856073002: Removing unused function BlobData::swapItems() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobData.h
diff --git a/Source/platform/blob/BlobData.h b/Source/platform/blob/BlobData.h
index 5088c5e0e11a1d87fb7b615c889c593bb557a6d5..4a56edd40cd11f74c1a6d4666bab260bc3f25acd 100644
--- a/Source/platform/blob/BlobData.h
+++ b/Source/platform/blob/BlobData.h
@@ -170,7 +170,6 @@ public:
void setContentType(const String& contentType) { m_contentType = contentType; }
const BlobDataItemList& items() const { return m_items; }
- void swapItems(BlobDataItemList&);
void appendBytes(const void*, size_t length);
void appendData(PassRefPtr<RawData>, long long offset, long long length);
« no previous file with comments | « no previous file | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698