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

Unified Diff: chrome/browser/extensions/activity_log/activity_log.h

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: rework Created 7 years, 5 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/extensions/activity_log/activity_log.h
diff --git a/chrome/browser/extensions/activity_log/activity_log.h b/chrome/browser/extensions/activity_log/activity_log.h
index fd9b6e2a6f2c57eb0272f26d92581cfc0ff0ad4b..879e223b0a6a3450118e04e2b155722b13366c82 100644
--- a/chrome/browser/extensions/activity_log/activity_log.h
+++ b/chrome/browser/extensions/activity_log/activity_log.h
@@ -135,7 +135,7 @@ class ActivityLog : public BrowserContextKeyedService,
virtual void OnDownloadProgress(const std::string& extension_id,
int percent_downloaded) OVERRIDE {}
virtual void OnInstallFailure(const std::string& extension_id) OVERRIDE {}
- virtual void OnAppsReordered() OVERRIDE {}
+ virtual void OnAppListReordered() OVERRIDE {}
virtual void OnAppInstalledToAppList(
const std::string& extension_id) OVERRIDE {}
virtual void OnShutdown() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698