From f384a72559724b6d75ad443734a7bbf797be1828 Mon Sep 17 00:00:00 2001 From: "grt@chromium.org" Date: Sat, 22 Jun 2013 22:16:33 +0000 Subject: Chrome Frame turndown prompt. Display a prompt to users informing them that Chrome Frame is going away. TBR=cpu@chromium.org BUG= TEST=visit a site rendered in GCF. notice the bar. interact with it. once it goes away, it stays away for a week. Review URL: https://chromiumcodereview.appspot.com/17153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208093 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/cf_resources.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chrome/app/cf_resources.rc') diff --git a/chrome/app/cf_resources.rc b/chrome/app/cf_resources.rc index f6e9d85..a989d1a 100644 --- a/chrome/app/cf_resources.rc +++ b/chrome/app/cf_resources.rc @@ -50,3 +50,13 @@ BEGIN DEFPUSHBUTTON "Enable",IDACTIVATE,280,2,50,12 PUSHBUTTON "Ignore",IDNEVER,340,2,50,12 END + +IDD_CHROME_FRAME_TURNDOWN_PROMPT DIALOGEX 0, 0, 393, 14 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +FONT 8, "MS Shell Dlg", 400, 0, 0x0 +BEGIN + LTEXT "This site is using the Chrome Frame plug-in which will soon be unsupported. Please uninstall it and upgrade to a modern browser.",IDC_TD_PROMPT_MESSAGE,3,3,414,8 + LTEXT "Learn more.",IDC_TD_PROMPT_LINK,238,3,42,8 + PUSHBUTTON "Uninstall",IDUNINSTALL,285,2,50,12 + DEFPUSHBUTTON "Dismiss",IDDISMISS,340,2,50,12 +END -- cgit v1.1