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

Unified Diff: pdf/document_loader.h

Issue 301033003: Removed unnecessary map. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wed 05/28/2014 22:09:12.72 Created 6 years, 7 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 | pdf/document_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/document_loader.h
diff --git a/pdf/document_loader.h b/pdf/document_loader.h
index 4a78688f2cc085ad43fb886e85c802a1b82043e6..c09dba2ddda443b763e27ec3753428c88b1aabb4 100644
--- a/pdf/document_loader.h
+++ b/pdf/document_loader.h
@@ -6,7 +6,6 @@
#define PDF_DOCUMENT_LOADER_H_
#include <list>
-#include <map>
#include <string>
#include <vector>
@@ -117,7 +116,6 @@ class DocumentLoader {
bool is_multipart_;
std::string multipart_boundary_;
uint32 requests_count_;
- std::map<uint32, uint32> chunk_size_table_;
std::list<std::vector<unsigned char> > chunk_buffer_;
};
« no previous file with comments | « no previous file | pdf/document_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698