| Index: chrome/browser/chrome_browser_main_win.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main_win.cc (revision 137377)
|
| +++ chrome/browser/chrome_browser_main_win.cc (working copy)
|
| @@ -22,7 +22,6 @@
|
| #include "base/win/wrapped_window_proc.h"
|
| #include "chrome/browser/browser_util_win.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| -#include "chrome/browser/media_gallery/media_device_notifications_window_win.h"
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_shortcut_manager_win.h"
|
| @@ -171,8 +170,6 @@
|
| // Make sure that we know how to handle exceptions from the message loop.
|
| InitializeWindowProcExceptions();
|
| }
|
| - media_device_notifications_window_.reset(
|
| - new chrome::MediaDeviceNotificationsWindowWin());
|
| }
|
|
|
| // static
|
|
|