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

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: revert lazy initialzation Created 7 years, 3 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 93f61e3c04d8badf03746218f8dd20d0008bafe2..1474355aac2451147828c9317b6c3f26135f9da9 100644
--- a/chrome/browser/extensions/activity_log/activity_log.h
+++ b/chrome/browser/extensions/activity_log/activity_log.h
@@ -100,7 +100,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 {}
« no previous file with comments | « no previous file | chrome/browser/extensions/app_sync_bundle.cc » ('j') | chrome/browser/extensions/extension_service_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698