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

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

Issue 2147633002: Remove nonstandard 'endings' option for Blob/File constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test updates Created 4 years, 5 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: third_party/WebKit/Source/platform/blob/BlobData.h
diff --git a/third_party/WebKit/Source/platform/blob/BlobData.h b/third_party/WebKit/Source/platform/blob/BlobData.h
index c132b9561f96a68042a4b1359f8def820e44a332..4dba47913ee4c0a698dd64fdb34532b8dc1304c9 100644
--- a/third_party/WebKit/Source/platform/blob/BlobData.h
+++ b/third_party/WebKit/Source/platform/blob/BlobData.h
@@ -181,7 +181,7 @@ public:
void appendFile(const String& path, long long offset, long long length, double expectedModificationTime);
void appendBlob(PassRefPtr<BlobDataHandle>, long long offset, long long length);
void appendFileSystemURL(const KURL&, long long offset, long long length, double expectedModificationTime);
- void appendText(const String&, bool normalizeLineEndingsToNative);
+ void appendText(const String&);
// The value of the size property for a Blob who has this data.
// BlobDataItem::toEndOfFile if the Blob has a file whose size was not yet determined.

Powered by Google App Engine
This is Rietveld 408576698