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

Unified Diff: chrome/browser/resources/aura/app_list/app_list.js

Issue 8555015: [Aura] Apply NTP fix to app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/aura/app_list/app_list.js
diff --git a/chrome/browser/resources/aura/app_list/app_list.js b/chrome/browser/resources/aura/app_list/app_list.js
index ece784bcace367c63eafe5f4f9d02adddf1b2e97..5d20e9c5913e441c484ab6d8d71cb5ec23a63095 100644
--- a/chrome/browser/resources/aura/app_list/app_list.js
+++ b/chrome/browser/resources/aura/app_list/app_list.js
@@ -49,7 +49,7 @@ cr.define('appList', function() {
}
function getAppsPageIndex(page) {
- appsView.getAppsPageIndex(page);
+ return appsView.getAppsPageIndex(page);
}
function getCardSlider() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698