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

Unified Diff: chrome/app/cf_resources.rc

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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 | « android_webview/tools/third_party_files_whitelist.txt ('k') | chrome/app/chrome_dll.rc » ('j') | no next file with comments »
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
deleted file mode 100644
index 54ad4f9792e351d95c3e6a76d23f86f1eb19b104..0000000000000000000000000000000000000000
--- a/chrome/app/cf_resources.rc
+++ /dev/null
@@ -1,61 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "winresrc.h"
-#ifdef IDC_STATIC
-#undef IDC_STATIC
-#endif
-#define IDC_STATIC (-1)
-
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-#include "grit\\generated_resources.h"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Dialog
-//
-
-IDD_CHROME_FRAME_FIND_DIALOG DIALOGEX 0, 0, 278, 60
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Find"
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
-BEGIN
- EDITTEXT IDC_FIND_TEXT,51,7,154,14,ES_AUTOHSCROLL
- DEFPUSHBUTTON "&Find Next",IDOK,221,7,50,14
- PUSHBUTTON "Cancel",IDCANCEL,221,24,50,14
- CONTROL "Match &case",IDC_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,24,52,10
- GROUPBOX "Direction",IDC_STATIC,85,24,119,24
- CONTROL "&Down",IDC_DIRECTION_DOWN,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,101,34,34,10
- CONTROL "&Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON,155,34,38,10
- LTEXT "Fi&nd what:",IDC_STATIC,6,7,35,8
-END
-
-IDD_CHROME_FRAME_READY_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 recommends Google Chrome Frame (already installed).",IDC_PROMPT_MESSAGE,16,3,207,8
- LTEXT "Learn more.",IDC_PROMPT_LINK,233,3,42,8
- ICON IDI_CHROME_FRAME_ICON,IDC_PROMPT_ICON,3,2,23,17,0,WS_EX_TRANSPARENT
- 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 retired Chrome Frame plug-in which no longer receives security and stability updates. Please uninstall it and upgrade to a modern browser.",IDC_TD_PROMPT_MESSAGE,3,3,295,8
- LTEXT "Learn more",IDC_TD_PROMPT_LINK,301,3,37,8
- DEFPUSHBUTTON "Uninstall",IDUNINSTALL,340,2,50,12
-END
« no previous file with comments | « android_webview/tools/third_party_files_whitelist.txt ('k') | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698