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

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: robert comments 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
Index: chrome/app/cf_resources.rc
diff --git a/chrome/app/cf_resources.rc b/chrome/app/cf_resources.rc
index f6e9d85f7def3bdef5d52de2d5b6e9e75d0f15c1..2db262d92105a7376d5e004eeac7014c7647625f 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 "Chrome Frame will be unsupported as of January 2014.",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_frame/turndown_prompt/turndown_prompt_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698