| Index: chrome/browser/renderer_host/render_view_host.h
|
| diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
|
| index 0fda85e944ad8a08df2e67b083d4e29f90981db6..0dbb82e974d45aed1c3892ad087def3a12d1a581 100644
|
| --- a/chrome/browser/renderer_host/render_view_host.h
|
| +++ b/chrome/browser/renderer_host/render_view_host.h
|
| @@ -597,6 +597,8 @@ class RenderViewHost : public RenderWidgetHost {
|
|
|
| void OnUserMetricsRecordAction(const std::string& action);
|
| void OnMissingPluginStatus(int status);
|
| + void OnNonSandboxedPluginBlocked(const string16& name);
|
| + void OnBlockedPluginLoaded();
|
| void OnCrashedPlugin(const FilePath& plugin_path);
|
|
|
| void OnReceivedSavableResourceLinksForCurrentPage(
|
|
|