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

Issue 10910311: If desktop chrome is launched via the New Window/the recently opened url shortcuts on the chrome sh… (Closed)

Created:
8 years, 3 months ago by ananta
Modified:
8 years, 3 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

If desktop chrome is launched via the New Window/the recently opened url shortcuts on the chrome shortcut or simply from the command line, if we defer to immersive chrome if it is already running, then we should also activate the metro chrome instance. Added a helper function IsProcessImmersive which takes in the process handle to determine if it is immersive to base\win\metro.cc/.h BUG=144297 R=cpu Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157250

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -21 lines) Patch
M base/win/metro.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M base/win/metro.cc View 1 1 chunk +16 lines, -21 lines 0 comments Download
M chrome/browser/process_singleton_win.cc View 1 4 chunks +48 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ananta
8 years, 3 months ago (2012-09-17 19:33:19 UTC) #1
cpu_(ooo_6.6-7.5)
lgtm http://codereview.chromium.org/10910311/diff/1/base/win/metro.h File base/win/metro.h (right): http://codereview.chromium.org/10910311/diff/1/base/win/metro.h#newcode55 base/win/metro.h:55: BASE_EXPORT bool IsImmersiveProcess(HANDLE process); rename so it does ...
8 years, 3 months ago (2012-09-17 20:39:06 UTC) #2
ananta
http://codereview.chromium.org/10910311/diff/1/base/win/metro.h File base/win/metro.h (right): http://codereview.chromium.org/10910311/diff/1/base/win/metro.h#newcode55 base/win/metro.h:55: BASE_EXPORT bool IsImmersiveProcess(HANDLE process); On 2012/09/17 20:39:06, cpu wrote: ...
8 years, 3 months ago (2012-09-17 22:16:31 UTC) #3
Mark Mentovai
LGTM for base OWNERS approval.
8 years, 3 months ago (2012-09-17 22:20:58 UTC) #4
Mark Mentovai
Fix the change description to name IsProcessImmersive instead of IsImmersiveProcess.
8 years, 3 months ago (2012-09-17 22:23:02 UTC) #5
jam
8 years, 3 months ago (2012-09-18 00:04:44 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698