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

Unified Diff: ppapi/tests/test_pdf.h

Issue 718453003: Initialize V8 in PDFium from external files (plugin process only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix API Created 6 years, 1 month 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 | « ppapi/tests/DEPS ('k') | ppapi/tests/test_pdf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_pdf.h
diff --git a/ppapi/tests/test_pdf.h b/ppapi/tests/test_pdf.h
index 5b3e52de40be2fb120258fb36cd26ac79f7616a8..fcdfbfc4042413c1a3803907e0a5a9aec50abf24 100644
--- a/ppapi/tests/test_pdf.h
+++ b/ppapi/tests/test_pdf.h
@@ -20,6 +20,7 @@ class TestPDF : public TestCase {
private:
std::string TestGetLocalizedString();
std::string TestGetResourceImage();
+ std::string TestGetV8ExternalSnapshotData();
};
#endif // PAPPI_TESTS_TEST_PDF_H_
« no previous file with comments | « ppapi/tests/DEPS ('k') | ppapi/tests/test_pdf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698