Index: pdf/pdfium/pdfium_page.h |
diff --git a/pdf/pdfium/pdfium_page.h b/pdf/pdfium/pdfium_page.h |
index eee57e0f76c8173ce5e342ab0b50a4ab6262946c..65bda7a3647caa044c3def1f333519117d7c19b1 100644 |
--- a/pdf/pdfium/pdfium_page.h |
+++ b/pdf/pdfium/pdfium_page.h |
@@ -105,12 +105,6 @@ class PDFiumPage { |
Area GetLinkTarget(FPDF_LINK link, LinkTarget* target); |
// Returns target associated with a destination. |
Area GetDestinationTarget(FPDF_DEST destination, LinkTarget* target); |
- // Returns the text in the supplied box as a Value Node |
- base::Value* GetTextBoxAsValue(double page_height, double left, double top, |
- double right, double bottom, int rotation); |
- // Helper functions for JSON generation |
- base::Value* CreateTextNode(const std::string& text); |
- base::Value* CreateURLNode(const std::string& text, const std::string& url); |
class ScopedLoadCounter { |
public: |