From 51371377a866b4f3e335e4b840ad19c0eccad986 Mon Sep 17 00:00:00 2001 From: "zturner@chromium.org" Date: Tue, 3 Sep 2013 22:23:52 +0000 Subject: 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 --- chrome/browser/plugins/plugin_infobar_delegates.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/plugins/plugin_infobar_delegates.h') 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; -- cgit v1.1