|
Adds the concept of a 'safe mode' hotkey start
The issue is that with Aura if something goes horribly wrong with the GPU, the user can get a 'black window' with no UI.
So for ConOps it is nice to have a way to start chrome with a set of flags that we know should get you a working chrome that they can troubleshoot.
To do this we add a hotkey combo to the start menu shortcut, in this case ctrl-shift-f10 which is not taken by windows. This shortcut can start chrome in this safe mode.
BUG= 271719
TEST=see bug
R=robertshield@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232825
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+72 lines, -2 lines) |
Patch |
 |
M |
base/win/shortcut.h
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/win/shortcut.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_win.cc
|
View
|
|
3 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/install.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/browser_distribution.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/browser_distribution.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/google_chrome_distribution.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/google_chrome_distribution.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/google_chrome_distribution_dummy.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/shell_util.h
|
View
|
|
4 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/installer/util/shell_util.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|