Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1144)

Unified Diff: chrome/app/cf_resources.rc

Issue 17153006: Chrome Frame turndown prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome/app/policy/policy_templates.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/cf_resources.rc
diff --git a/chrome/app/cf_resources.rc b/chrome/app/cf_resources.rc
index f6e9d85f7def3bdef5d52de2d5b6e9e75d0f15c1..0864cc9b906f229a5403e2df32f5ab9343df5c15 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 "We detected you are using an older web browser. Please upgrade to a modern browser to ensure this site continues to work.",IDC_TD_PROMPT_MESSAGE,3,3,207,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
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome/app/policy/policy_templates.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698