Index: win8/metro_driver/chrome_app_view_ash.cc |
diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc |
index 0d1ea8b2190982bbc3a65cd77dea2419a77871b4..db2d9f30c4e66cfdd04b7b275fae33bde260a6c4 100644 |
--- a/win8/metro_driver/chrome_app_view_ash.cc |
+++ b/win8/metro_driver/chrome_app_view_ash.cc |
@@ -677,12 +677,6 @@ ChromeAppViewAsh::Run() { |
HRESULT hr = window_->get_Dispatcher(dispatcher.GetAddressOf()); |
CheckHR(hr, "Dispatcher failed."); |
- hr = window_->Activate(); |
- if (FAILED(hr)) { |
- DLOG(WARNING) << "activation failed hr=" << hr; |
- return hr; |
- } |
- |
// Create the IPC channel IO thread. It needs to out-live the ChannelProxy. |
base::Thread io_thread("metro_IO_thread"); |
base::Thread::Options options; |