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

Unified Diff: content/child/multipart_response_delegate.h

Issue 1662013002: Remove some dead NPAPI code after r363119. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused functions Created 4 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 | content/child/multipart_response_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/multipart_response_delegate.h
diff --git a/content/child/multipart_response_delegate.h b/content/child/multipart_response_delegate.h
index b76afdb4c2e9c26137b467be541e0ff65505ed96..506f4b49de9b1ecb599ff60de7db7538874bf9fe 100644
--- a/content/child/multipart_response_delegate.h
+++ b/content/child/multipart_response_delegate.h
@@ -83,12 +83,6 @@ class CONTENT_EXPORT MultipartResponseDelegate {
loader_ = NULL;
}
- // Returns the multi part boundary string from the Content-type header
- // in the response.
- // Returns true on success.
- static bool ReadMultipartBoundary(const blink::WebURLResponse& response,
- std::string* multipart_boundary);
-
// Returns the lower and higher content ranges from an individual multipart
// in a multipart response.
// Returns true on success.
« no previous file with comments | « no previous file | content/child/multipart_response_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698