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

Unified Diff: chrome/browser/media_gallery/media_device_notifications_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: chrome/browser/media_gallery/media_device_notifications_window_win.h
diff --git a/chrome/browser/media_gallery/media_device_notifications_window_win.h b/chrome/browser/media_gallery/media_device_notifications_window_win.h
index ebf7153b0e1a2cb965b2a406b6b654f632c2ce18..a8d96fedc1e65670596feb0aac06f18dffac51d5 100644
--- a/chrome/browser/media_gallery/media_device_notifications_window_win.h
+++ b/chrome/browser/media_gallery/media_device_notifications_window_win.h
@@ -38,6 +38,12 @@ class MediaDeviceNotificationsWindowWin {
WPARAM wparam,
LPARAM lparam);
+ // The window class of |window_|.
+ ATOM atom_;
+
+ // The handle of the module that contains the window procedure of |window_|.
+ HMODULE instance_;
+
HWND window_;
VolumeNameFunc volume_name_func_;
« no previous file with comments | « base/win/wrapped_window_proc.cc ('k') | chrome/browser/media_gallery/media_device_notifications_window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698