summaryrefslogtreecommitdiffstats
path: root/chrome/app/cf_resources.rc
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 22:16:33 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 22:16:33 +0000
commitf384a72559724b6d75ad443734a7bbf797be1828 (patch)
tree6c177117b9ad33b784c25be520137f0754fbf7ab /chrome/app/cf_resources.rc
parent1682b2541cd7e25776c707a7950fb2d988fcbba1 (diff)
downloadchromium_src-f384a72559724b6d75ad443734a7bbf797be1828.zip
chromium_src-f384a72559724b6d75ad443734a7bbf797be1828.tar.gz
chromium_src-f384a72559724b6d75ad443734a7bbf797be1828.tar.bz2
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
Diffstat (limited to 'chrome/app/cf_resources.rc')
-rw-r--r--chrome/app/cf_resources.rc10
1 files changed, 10 insertions, 0 deletions
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