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

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

Issue 1063413002: Receive all messages in PluginObserver from the RenderFrameHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: update base Created 5 years, 8 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/browser/plugins/plugin_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_observer.h
diff --git a/chrome/browser/plugins/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h
index 1e46bd7fdc812711a393c7f2a4249e92809bc02c..240bc7c3994801eea756da03e03a2962a3d5bce9 100644
--- a/chrome/browser/plugins/plugin_observer.h
+++ b/chrome/browser/plugins/plugin_observer.h
@@ -42,7 +42,6 @@ class PluginObserver : public content::WebContentsObserver,
base::ProcessId plugin_pid) override;
bool OnMessageReceived(const IPC::Message& message,
content::RenderFrameHost* render_frame_host) override;
- bool OnMessageReceived(const IPC::Message& message) override;
private:
explicit PluginObserver(content::WebContents* web_contents);
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698