summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins/plugin_infobar_delegates.h
diff options
context:
space:
mode:
authorzturner@chromium.org <zturner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 22:23:52 +0000
committerzturner@chromium.org <zturner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 22:23:52 +0000
commit51371377a866b4f3e335e4b840ad19c0eccad986 (patch)
treeaa69224d4da77f0aa2b74dc04277a679b2a1e646 /chrome/browser/plugins/plugin_infobar_delegates.h
parenta5dc1a9891d3d5777829f1c74ded79a2d73bb8dc (diff)
downloadchromium_src-51371377a866b4f3e335e4b840ad19c0eccad986.zip
chromium_src-51371377a866b4f3e335e4b840ad19c0eccad986.tar.gz
chromium_src-51371377a866b4f3e335e4b840ad19c0eccad986.tar.bz2
Update infobar buttons when attempting to run an NPAPI plugin in ash.
Although UI review suggested to change the text to "Open Chrome on the Desktop", we already have (and are using in other situations) a string for "Relaunch Chrome on the Desktop". I used this string instead to avoid having to get anything re-translated. If we really need it to say Open, I will create a new string. BUG=230127 Review URL: https://chromiumcodereview.appspot.com/23591005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugins/plugin_infobar_delegates.h')
-rw-r--r--chrome/browser/plugins/plugin_infobar_delegates.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/plugins/plugin_infobar_delegates.h b/chrome/browser/plugins/plugin_infobar_delegates.h
index 35a064c..d03e5af 100644
--- a/chrome/browser/plugins/plugin_infobar_delegates.h
+++ b/chrome/browser/plugins/plugin_infobar_delegates.h
@@ -221,7 +221,6 @@ class PluginMetroModeInfoBarDelegate : public ConfirmInfoBarDelegate {
virtual int GetButtons() const OVERRIDE;
virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
virtual bool Accept() OVERRIDE;
- virtual bool Cancel() OVERRIDE;
virtual string16 GetLinkText() const OVERRIDE;
virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;