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

Unified Diff: chrome_frame/module_utils.cc

Issue 3136009: Fix chrome frame upgrade from old to new beta. During upgrade process, two ve... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/module_utils.cc
===================================================================
--- chrome_frame/module_utils.cc (revision 55891)
+++ chrome_frame/module_utils.cc (working copy)
@@ -51,7 +51,6 @@
// TODO(amit): Remove this in future versions.
if (reinterpret_cast<HMODULE>(DefWindowProc) == oldest_module) {
WNDCLASSEX wnd_class = {0};
- HMODULE oldest_module = NULL;
HWND hwnd = CreateWindow(kBeaconWindowClassName, L"temp_window",
WS_POPUP, 0, 0, 0, 0, NULL, NULL, NULL, NULL);
DCHECK(IsWindow(hwnd));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698