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

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 10984007: in-chrome viewer for metro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug code Created 8 years, 3 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: 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..3662b68eabfda8cefca0069716f07a0f07827ee9 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"
@@ -208,9 +209,11 @@ void ChromeBrowserMainPartsWin::PostMainMessageLoopStart() {
}
void ChromeBrowserMainPartsWin::PreMainMessageLoopRun() {
+ DVLOG(1) << __FUNCTION__;
ChromeBrowserMainParts::PreMainMessageLoopRun();
removable_device_notifications_window_->Init();
+ viewer_process_host_.reset(new viewer::ViewerProcessHost);
}
// static

Powered by Google App Engine
This is Rietveld 408576698