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

Unified Diff: content/browser/fileapi/fileapi_message_filter.h

Issue 125553005: FileAPI: Remove unused function interfaces from FileAPIMessageFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/fileapi_message_filter.h
diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
index d734e85d217b7d63f6db172dc8e47dc2b3a473a7..ee4c8d62997f0ce5c3a9cdfb1f3010c74fa6e377 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698