Index: chrome/browser/plugins/plugin_observer.h |
diff --git a/chrome/browser/plugins/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h |
index e3cfec3d2d2f90a5aff1ae458166ff10de9dc472..c0d1567cdce2705b09b542af45393a9087a41c3d 100644 |
--- a/chrome/browser/plugins/plugin_observer.h |
+++ b/chrome/browser/plugins/plugin_observer.h |
@@ -49,6 +49,7 @@ class PluginObserver : public content::WebContentsObserver, |
void RemoveComponentObserver(int placeholder_id); |
void OnShowFlashPermissionBubble(); |
void OnCouldNotLoadPlugin(const base::FilePath& plugin_path); |
+ void OnDownloadPDF(const GURL& url); |
// Stores all PluginPlaceholderHosts, keyed by their routing ID. |
std::map<int, std::unique_ptr<PluginPlaceholderHost>> plugin_placeholders_; |