summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_installer_infobar_delegate.cc
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-24 00:32:52 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-24 00:32:52 +0000
commit8f28ba3b385262689ba66cf4e838a32ac6272914 (patch)
tree5a26cd818a31edee250df321adeb4d1b83b3cee5 /chrome/browser/plugin_installer_infobar_delegate.cc
parent230ebaff29f2e59c2f82ac22970d63e787217d5d (diff)
downloadchromium_src-8f28ba3b385262689ba66cf4e838a32ac6272914.zip
chromium_src-8f28ba3b385262689ba66cf4e838a32ac6272914.tar.gz
chromium_src-8f28ba3b385262689ba66cf4e838a32ac6272914.tar.bz2
Make ConfirmInfoBarDelegate::GetLinkText() const.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7236017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc')
-rw-r--r--chrome/browser/plugin_installer_infobar_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_installer_infobar_delegate.cc b/chrome/browser/plugin_installer_infobar_delegate.cc
index 783d562..c860137 100644
--- a/chrome/browser/plugin_installer_infobar_delegate.cc
+++ b/chrome/browser/plugin_installer_infobar_delegate.cc
@@ -52,7 +52,7 @@ bool PluginInstallerInfoBarDelegate::Accept() {
return true;
}
-string16 PluginInstallerInfoBarDelegate::GetLinkText() {
+string16 PluginInstallerInfoBarDelegate::GetLinkText() const {
return l10n_util::GetStringUTF16(IDS_PLUGININSTALLER_PROBLEMSINSTALLING);
}