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

Unified Diff: chrome/browser/plugins/plugin_observer.h

Issue 2972123002: Click to Open PDF: Open PDF once View PDF is clicked. (Closed)
Patch Set: remove id since it's not used 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
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..37d88f21a7d20b03f5f49b454cfafa45b52013e7 100644
--- a/chrome/browser/plugins/plugin_observer.h
+++ b/chrome/browser/plugins/plugin_observer.h
@@ -45,6 +45,7 @@ class PluginObserver : public content::WebContentsObserver,
const std::string& identifier);
void OnBlockedComponentUpdatedPlugin(int placeholder_id,
const std::string& identifier);
+ void OnDownloadPDF(const GURL& url);
tommycli 2017/07/07 18:35:30 nit: should be end of list right?
amberwon 2017/07/07 20:44:22 Done.
void OnRemovePluginPlaceholderHost(int placeholder_id);
void RemoveComponentObserver(int placeholder_id);
void OnShowFlashPermissionBubble();

Powered by Google App Engine
This is Rietveld 408576698