summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 23:20:33 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 23:20:33 +0000
commit78277ce7872bd9686238d2f0f19d494f2c6d5f6b (patch)
tree1f243fb6b517113e6e9826fefee5f7de8dd653cf /win8/metro_driver
parent9013c308343c07855f1c19b4c79c4dc9b3368d94 (diff)
downloadchromium_src-78277ce7872bd9686238d2f0f19d494f2c6d5f6b.zip
chromium_src-78277ce7872bd9686238d2f0f19d494f2c6d5f6b.tar.gz
chromium_src-78277ce7872bd9686238d2f0f19d494f2c6d5f6b.tar.bz2
Remove changes which were meant for debugging which crept into a CL landed last week.
BUG=none TBR=cpu Review URL: https://codereview.chromium.org/10982081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/metro_driver')
-rw-r--r--win8/metro_driver/chrome_app_view.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/win8/metro_driver/chrome_app_view.cc b/win8/metro_driver/chrome_app_view.cc
index 0c93657..f926f28 100644
--- a/win8/metro_driver/chrome_app_view.cc
+++ b/win8/metro_driver/chrome_app_view.cc
@@ -227,8 +227,6 @@ void SetFrameWindowInternal(HWND hwnd) {
if (index == globals.host_windows.end()) {
globals.host_windows.push_front(std::make_pair(hwnd, false));
AdjustFrameWindowStyleForMetro(hwnd);
- } else {
- SetForegroundWindow(hwnd);
}
}
@@ -912,8 +910,6 @@ HRESULT ChromeAppView::OnActivate(winapp::Core::ICoreApplicationView*,
NOTREACHED() << "thread creation failed.";
return E_UNEXPECTED;
}
-
- ::AttachThreadInput(chrome_ui_thread_id, globals.main_thread_id, TRUE);
}
if (RegisterHotKey(globals.core_window, kFlipWindowsHotKeyId,