| Index: chrome/browser/resources/ntp4/page_list_view.js
|
| diff --git a/chrome/browser/resources/ntp4/page_list_view.js b/chrome/browser/resources/ntp4/page_list_view.js
|
| index 7db35c0ba4dfa096f5d0e4480b76a0c36247543d..6f7626b6d8220faa84ea2f894b304c8da2e304a9 100644
|
| --- a/chrome/browser/resources/ntp4/page_list_view.js
|
| +++ b/chrome/browser/resources/ntp4/page_list_view.js
|
| @@ -295,7 +295,7 @@ cr.define('ntp4', function() {
|
|
|
| // Sort by launch index
|
| apps.sort(function(a, b) {
|
| - return a.app_launch_index - b.app_launch_index;
|
| + return a.app_launch_index > b.app_launch_index;
|
| });
|
|
|
| // An app to animate (in case it was just installed).
|
|
|