diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 21:17:02 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 21:17:02 +0000 |
commit | 5ea7794d237835197543c63aafe299a77a766fe2 (patch) | |
tree | c7241dc29447f8278f5bab3e87f196add0756b07 /chrome/browser/plugin_installer.h | |
parent | 272fe599bb86943b64b3b83d99e5bfd6b2531c28 (diff) | |
download | chromium_src-5ea7794d237835197543c63aafe299a77a766fe2.zip chromium_src-5ea7794d237835197543c63aafe299a77a766fe2.tar.gz chromium_src-5ea7794d237835197543c63aafe299a77a766fe2.tar.bz2 |
Random bits of de-Winification for WebContents.
Review URL: http://codereview.chromium.org/19721
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_installer.h')
-rw-r--r-- | chrome/browser/plugin_installer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugin_installer.h index 9e11178..642e643 100644 --- a/chrome/browser/plugin_installer.h +++ b/chrome/browser/plugin_installer.h @@ -19,6 +19,7 @@ class PluginInstaller : public ConfirmInfoBarDelegate { void OnMissingPluginStatus(int status); // A new page starts loading. This is the perfect time to close the info bar. void OnStartLoading(); + private: // Overridden from ConfirmInfoBarDelegate: virtual std::wstring GetMessageText() const; @@ -30,7 +31,7 @@ class PluginInstaller : public ConfirmInfoBarDelegate { // The containing WebContents WebContents* web_contents_; - DISALLOW_EVIL_CONSTRUCTORS(PluginInstaller); + DISALLOW_COPY_AND_ASSIGN(PluginInstaller); }; -#endif +#endif // CHROME_BROWSER_PLUGIN_INSTALLER_H_ |