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

Unified Diff: pdf/pdfium/pdfium_engine.h

Issue 1155963004: PDF: Cleanup more code now that it is completely out of process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: pdf/pdfium/pdfium_engine.h
diff --git a/pdf/pdfium/pdfium_engine.h b/pdf/pdfium/pdfium_engine.h
index 0c9ecd92637494c9bfdcaa2df5e82752004fed80..480a6e8e94abdca537450769c4ec628bc339bf29 100644
--- a/pdf/pdfium/pdfium_engine.h
+++ b/pdf/pdfium/pdfium_engine.h
@@ -46,9 +46,7 @@ class PDFiumEngine : public PDFEngine,
virtual ~PDFiumEngine();
// PDFEngine implementation.
- virtual bool New(const char* url);
- virtual bool New(const char* url,
- const char* headers);
+ virtual bool New(const char* url, const char* headers);
virtual void PageOffsetUpdated(const pp::Point& page_offset);
virtual void PluginSizeUpdated(const pp::Size& size);
virtual void ScrolledToXPosition(int position);

Powered by Google App Engine
This is Rietveld 408576698