| 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 a44b1fa587306272c9a2870b91ca89475bb3732c..36c800ca2cf86490455eccf7457bf5da86f034fa 100644
|
| --- a/content/browser/system_message_window_win.h
|
| +++ b/content/browser/system_message_window_win.h
|
| @@ -11,16 +11,9 @@
|
| #include "base/basictypes.h"
|
| #include "content/common/content_export.h"
|
|
|
| -typedef LRESULT (*VolumeNameFunc)(LPCWSTR drive,
|
| - LPWSTR volume_name,
|
| - unsigned int volume_name_len);
|
| -
|
| class CONTENT_EXPORT SystemMessageWindowWin {
|
| public:
|
| SystemMessageWindowWin();
|
| - // Only for use in unit tests.
|
| - explicit SystemMessageWindowWin::SystemMessageWindowWin(
|
| - VolumeNameFunc volumeNameFunc);
|
|
|
| virtual ~SystemMessageWindowWin();
|
|
|
| @@ -44,7 +37,6 @@ class CONTENT_EXPORT SystemMessageWindowWin {
|
| }
|
|
|
| HWND window_;
|
| - VolumeNameFunc volume_name_func_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SystemMessageWindowWin);
|
| };
|
|
|