summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authoralexandrec <alexandrec@chromium.org>2015-01-26 17:44:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-27 01:46:49 +0000
commit1325b5e80b371e4e559aa745a669c060d08c0ea3 (patch)
tree59bc3411e4d5e6a018952d425a6b288b597900b7 /pdf
parente5213fce048c62b058e9c3c9b9906cc2d0af182b (diff)
downloadchromium_src-1325b5e80b371e4e559aa745a669c060d08c0ea3.zip
chromium_src-1325b5e80b371e4e559aa745a669c060d08c0ea3.tar.gz
chromium_src-1325b5e80b371e4e559aa745a669c060d08c0ea3.tar.bz2
Introduce new test for bookmark loading.
BUG=110020 Committed: https://crrev.com/50567ebbd5ca2ff79d87382addc11d25658776d2 Cr-Commit-Position: refs/heads/master@{#312076} Review URL: https://codereview.chromium.org/840493002 Cr-Commit-Position: refs/heads/master@{#313198}
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdfium/pdfium_engine.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc
index c4e703e..cb323bb 100644
--- a/pdf/pdfium/pdfium_engine.cc
+++ b/pdf/pdfium/pdfium_engine.cc
@@ -2366,7 +2366,6 @@ int PDFiumEngine::GetNumberOfPages() {
return pages_.size();
}
-
pp::VarArray PDFiumEngine::GetBookmarks() {
pp::VarDictionary dict = TraverseBookmarks(doc_, NULL);
// The root bookmark contains no useful information.