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

Issue 54093007: Restart in Desktop if Metro tries to start up without GPU (Closed)

Created:
7 years, 1 month ago by scottmg
Modified:
7 years, 1 month ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews, Shrikant Kelkar
Visibility:
Public.

Description

Restart in Desktop if Metro tries to start up without GPU This doesn't yet handle the case where the GPU becomes crashy. The user would need to close and re-open Chrome, currently. That case seems more complicated to handle because it's only down low that we know that, not up at the chrome:: level. This DCHECKs in https://code.google.com/p/chromium/codesearch#chromium/src/base/win/scoped_com_initializer.h&l=55 in debug, but I believe that's an unrelated problem at HEAD. (i.e. all restarts are doing that currently.) R=cpu@chromium.org BUG=308736 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232836

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : use public/ #

Total comments: 2

Patch Set 4 : no atl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc View 1 2 3 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scottmg
As noted in description, this only handles "gpu is disabled at launch time". I can ...
7 years, 1 month ago (2013-11-03 22:01:07 UTC) #1
wiltzius
On 2013/11/03 22:01:07, scottmg wrote: > As noted in description, this only handles "gpu is ...
7 years, 1 month ago (2013-11-04 18:44:46 UTC) #2
cpu_(ooo_6.6-7.5)
lgtm https://codereview.chromium.org/54093007/diff/50001/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc File chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc (right): https://codereview.chromium.org/54093007/diff/50001/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc#newcode7 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc:7: #include <atlbase.h> please no ATL. Does our LOG() ...
7 years, 1 month ago (2013-11-04 19:17:02 UTC) #3
scottmg
https://codereview.chromium.org/54093007/diff/50001/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc File chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc (right): https://codereview.chromium.org/54093007/diff/50001/chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc#newcode7 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc:7: #include <atlbase.h> On 2013/11/04 19:17:02, cpu wrote: > please ...
7 years, 1 month ago (2013-11-04 23:05:44 UTC) #4
scottmg
7 years, 1 month ago (2013-11-04 23:45:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r232836 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698