Skip to content

Commit 76e691f

Browse files
committed
comment metro code in chrome_process_finder_win.cc
rebase fix for win
1 parent ff74769 commit 76e691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/browser/chrome_process_finder_win.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ NotifyChromeResult AttemptToNotifyRunningChrome(HWND remote_window,
142142
process_id, PROCESS_QUERY_INFORMATION,
143143
process_handle.Receive()) &&
144144
base::win::IsProcessImmersive(process_handle.Get())) {
145-
chrome::ActivateMetroChrome();
145+
// chrome::ActivateMetroChrome();
146146
}
147147

148148
CommandLine command_line(*CommandLine::ForCurrentProcess());

0 commit comments

Comments
 (0)