From f4f50efb4d3ee42470c8057345e902ac42e76801 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 21 Jan 2011 19:01:19 +0000 Subject: Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "PluginInstallerInfoBarDelegate" for clarity, lots of other misc. stuff BUG=none TEST=none Review URL: http://codereview.chromium.org/6249010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72166 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/renderer_host/render_view_host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/renderer_host') diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h index 69579d5..4b8619e 100644 --- a/chrome/browser/renderer_host/render_view_host.h +++ b/chrome/browser/renderer_host/render_view_host.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -381,7 +381,7 @@ class RenderViewHost : public RenderWidgetHost { void UpdateWebPreferences(const WebPreferences& prefs); // Request the Renderer to ask the default plugin to start installation of - // missing plugin. Called by PluginInstaller. + // missing plugin. Called by PluginInstallerInfoBarDelegate. void InstallMissingPlugin(); // Load all blocked plugins in the RenderView. -- cgit v1.1