| 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 81223eaa722b9b0ff4e667c435f150287c22e9b2..ed2702c12c9a8e88a63dac2f5e692f49683c67c4 100644
|
| --- a/chrome/browser/renderer_host/render_view_host.h
|
| +++ b/chrome/browser/renderer_host/render_view_host.h
|
| @@ -664,7 +664,7 @@ class RenderViewHost : public RenderWidgetHost {
|
| const std::string& value);
|
| void OnMissingPluginStatus(int status);
|
| void OnCrashedPlugin(const FilePath& plugin_path);
|
| - void OnDisabledOutdatedPlugin(const string16& name, const GURL& update_url);
|
| + void OnBlockedOutdatedPlugin(const string16& name, const GURL& update_url);
|
|
|
| void OnReceivedSavableResourceLinksForCurrentPage(
|
| const std::vector<GURL>& resources_list,
|
|
|