Index: chrome/browser/chrome_browser_main_win.cc |
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc |
index 8a5295b0f141d4b313669ae395c3dcc76adcc195..001a8e6101c3c0d8f735e0b64444c81b9da9c7d7 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -29,6 +29,7 @@ |
#include "chrome/browser/system_monitor/removable_device_notifications_window_win.h" |
#include "chrome/browser/ui/simple_message_box.h" |
#include "chrome/browser/ui/uninstall_browser_prompt.h" |
+#include "chrome/browser/viewer/viewer_process_host.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_result_codes.h" |
#include "chrome/common/chrome_switches.h" |
@@ -211,6 +212,7 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopRun() { |
ChromeBrowserMainParts::PreMainMessageLoopRun(); |
removable_device_notifications_window_->Init(); |
+ viewer_process_host_.reset(new ViewerProcessHost); |
} |
// static |