| Index: chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc
|
| diff --git a/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc b/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc
|
| index 2b5fcb9f5db1cc43b95ff7a901a683bffc06be3a..22b97c427cea68e5facafaabf5bb26772a587889 100644
|
| --- a/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc
|
| +++ b/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc
|
| @@ -33,6 +33,7 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/page_navigator.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/common/child_process_host.h"
|
| #include "ui/aura/remote_window_tree_host_win.h"
|
| #include "ui/gfx/win/dpi.h"
|
| #include "ui/metro_viewer/metro_viewer_messages.h"
|
| @@ -71,7 +72,8 @@ void OpenURL(const GURL& url) {
|
| ChromeMetroViewerProcessHost::ChromeMetroViewerProcessHost()
|
| : MetroViewerProcessHost(
|
| content::BrowserThread::GetMessageLoopProxyForThread(
|
| - content::BrowserThread::IO)) {
|
| + content::BrowserThread::IO),
|
| + content::ChildProcessHost::GetAttachmentBroker()) {
|
| chrome::IncrementKeepAliveCount();
|
| }
|
|
|
|
|