| 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..636b931b759c518e8ab94492fdd13714bf5b0fba 100644
|
| --- a/chrome/browser/ui/views/status_icons/status_tray_win.h
|
| +++ b/chrome/browser/ui/views/status_icons/status_tray_win.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -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_;
|
|
|
|
|