Restart renderer when reloading in the default app.

This commit is contained in:
Cheng Zhao 2013-07-15 17:39:53 +08:00
parent 4d1d1fee9e
commit 4a47ceb730

View file

@ -118,7 +118,7 @@ delegate.browserMainParts.preMainMessageLoopRun = function() {
{ {
label: 'Reload', label: 'Reload',
accelerator: 'Command+R', accelerator: 'Command+R',
click: function() { BrowserWindow.getFocusedWindow().reloadIgnoringCache(); } click: function() { BrowserWindow.getFocusedWindow().restart(); }
}, },
{ {
label: 'Enter Fullscreen', label: 'Enter Fullscreen',