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

Unified Diff: content/browser/system_message_window_win.h

Issue 10211008: Moves media device notification code to chrome/browser (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments Created 8 years, 8 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 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);
};

Powered by Google App Engine
This is Rietveld 408576698