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

Unified Diff: chrome/renderer/plugins/pdf_plugin_placeholder.h

Issue 2971753003: Add DownloadPDF Callback function. (Closed)
Patch Set: . Created 3 years, 5 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 | chrome/renderer/plugins/pdf_plugin_placeholder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/pdf_plugin_placeholder.h
diff --git a/chrome/renderer/plugins/pdf_plugin_placeholder.h b/chrome/renderer/plugins/pdf_plugin_placeholder.h
index e3975ced1ad65f4060c39cb6a3a648dd40b471b6..39f421677a697dd7ad0f6915bcb6cfc51f22d4b9 100644
--- a/chrome/renderer/plugins/pdf_plugin_placeholder.h
+++ b/chrome/renderer/plugins/pdf_plugin_placeholder.h
@@ -30,6 +30,11 @@ class PDFPluginPlaceholder : public plugins::PluginPlaceholderBase,
// WebViewPlugin::Delegate methods:
v8::Local<v8::Value> GetV8Handle(v8::Isolate* isolate) final;
+
+ gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
+ v8::Isolate* isolate) final;
+
+ void DownloadPDFCallback();
};
#endif // CHROME_RENDERER_PLUGINS_PDF_PLUGIN_PLACEHOLDER_H_
« no previous file with comments | « no previous file | chrome/renderer/plugins/pdf_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698