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

Unified Diff: content/browser/system_message_window_win.h

Issue 10315012: Added base::win::InitializeWindowClass() wrapper to make sure that window classes are properly asso… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback and rebased. Created 8 years, 7 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: content/browser/system_message_window_win.h
diff --git a/content/browser/system_message_window_win.h b/content/browser/system_message_window_win.h
index 36c800ca2cf86490455eccf7457bf5da86f034fa..fd94985f4942225af53bc55b6b804021705ffb7e 100644
--- a/content/browser/system_message_window_win.h
+++ b/content/browser/system_message_window_win.h
@@ -36,6 +36,7 @@ class CONTENT_EXPORT SystemMessageWindowWin {
return ::DefWindowProc(hwnd, message, wparam, lparam);
}
+ HMODULE instance_;
HWND window_;
DISALLOW_COPY_AND_ASSIGN(SystemMessageWindowWin);
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/browser/system_message_window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698