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

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

Issue 62373004: Move the Ash NPAPI plugin blocker logic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « no previous file | chrome/browser/plugins/plugin_observer.cc » ('j') | chrome/browser/plugins/plugin_observer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_observer.h
===================================================================
--- chrome/browser/plugins/plugin_observer.h (revision 233357)
+++ chrome/browser/plugins/plugin_observer.h (working copy)
@@ -34,11 +34,11 @@
virtual ~PluginObserver();
// content::WebContentsObserver implementation.
+ virtual void RenderViewCreated(
+ content::RenderViewHost* render_view_host) OVERRIDE;
virtual void PluginCrashed(const base::FilePath& plugin_path,
base::ProcessId plugin_pid) OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- virtual void AboutToNavigateRenderView(
- content::RenderViewHost* render_view_host) OVERRIDE;
private:
explicit PluginObserver(content::WebContents* web_contents);
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_observer.cc » ('j') | chrome/browser/plugins/plugin_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698