| Index: chrome/browser/ui/views/status_icons/status_tray_win.h
|
| diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.h b/chrome/browser/ui/views/status_icons/status_tray_win.h
|
| index 684b1a4dfc24915cfce1f32ca96d7cfd97862f04..90ada0054d2929c8b386ebbb693b900f0d6e8d1f 100644
|
| --- a/chrome/browser/ui/views/status_icons/status_tray_win.h
|
| +++ b/chrome/browser/ui/views/status_icons/status_tray_win.h
|
| @@ -35,6 +35,12 @@ class StatusTrayWin : public StatusTray {
|
| // The unique icon ID we will assign to the next icon.
|
| UINT next_icon_id_;
|
|
|
| + // The window class of |window_|.
|
| + ATOM atom_;
|
| +
|
| + // The handle of the module that contains the window procedure of |window_|.
|
| + HMODULE instance_;
|
| +
|
| // The window used for processing events.
|
| HWND window_;
|
|
|
|
|