Commit c608fe21 authored by nhiroki@chromium.org's avatar nhiroki@chromium.org

FileAPI: Remove unused function interfaces from FileAPIMessageFilter


BUG=n/a
TEST=compile

Review URL: https://codereview.chromium.org/125553005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243363 0039d316-1c4b-4281-b951-d872f2087c98
parent dc210dd0
......@@ -137,7 +137,6 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
size_t buffer_size);
void OnFinishBuildingBlob(const std::string& uuid,
const std::string& content_type);
void OnCancelBuildingBlob(const std::string& uuid);
void OnIncrementBlobRefCount(const std::string& uuid);
void OnDecrementBlobRefCount(const std::string& uuid);
void OnRegisterPublicBlobURL(const GURL& public_url, const std::string& uuid);
......@@ -163,7 +162,6 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
// Callback functions to be used when each file operation is finished.
void DidFinish(int request_id, base::PlatformFileError result);
void DidCancel(int request_id, base::PlatformFileError result);
void DidGetMetadata(int request_id,
base::PlatformFileError result,
const base::PlatformFileInfo& info);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment