Skip to content

Commit

Permalink
Restart renderer when reloading in the default app.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jul 15, 2013
1 parent 4d1d1fe commit 4a47ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/default_app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ delegate.browserMainParts.preMainMessageLoopRun = function() {
{
label: 'Reload',
accelerator: 'Command+R',
click: function() { BrowserWindow.getFocusedWindow().reloadIgnoringCache(); }
click: function() { BrowserWindow.getFocusedWindow().restart(); }
},
{
label: 'Enter Fullscreen',
Expand Down

0 comments on commit 4a47ceb

Please sign in to comment.