| Index: third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h b/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| index a72ce83c44317c028bf023869ee1c2cab875fb1e..6ededd4e89db94258661b407e0ec5eea4f05f776 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| @@ -53,7 +53,7 @@ public:
|
| void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) override;
|
| void requestDirectoryContent(ErrorString*, const String& url, PassRefPtr<RequestDirectoryContentCallback>) override;
|
| void requestMetadata(ErrorString*, const String& url, PassRefPtr<RequestMetadataCallback>) override;
|
| - void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) override;
|
| + void requestFileContent(ErrorString*, const String& url, bool readAsText, const OptionalValue<int>& start, const OptionalValue<int>& end, const OptionalValue<String>& charset, PassRefPtr<RequestFileContentCallback>) override;
|
| void deleteEntry(ErrorString*, const String& url, PassRefPtr<DeleteEntryCallback>) override;
|
|
|
| void disable(ErrorString*) override;
|
|
|