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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_result.cc

Issue 17038002: Separate the NTP app ordering from the app list app ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 months 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
Index: chrome/browser/ui/app_list/search/webstore/webstore_result.cc
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
index 27310c25e6baec5524c2961c46465f6d240044fc..edaca797524967bf183afbe0e7c577ae15e90fe5 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
@@ -230,7 +230,7 @@ void WebstoreResult::OnExtensionUnloaded(
void WebstoreResult::OnExtensionUninstalled(
const extensions::Extension* extension) {}
-void WebstoreResult::OnAppsReordered() {}
+void WebstoreResult::OnAppListReordered() {}
void WebstoreResult::OnAppInstalledToAppList(const std::string& extension_id) {}

Powered by Google App Engine
This is Rietveld 408576698