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

Unified Diff: chrome/browser/extensions/install_observer.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 + fix tests Created 7 years, 4 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/install_observer.h
diff --git a/chrome/browser/extensions/install_observer.h b/chrome/browser/extensions/install_observer.h
index 95370dad885304c793cf0f94695d8f94979bf352..d9c2e66aab4206b17bc87e7094c7f3026fc09a8f 100644
--- a/chrome/browser/extensions/install_observer.h
+++ b/chrome/browser/extensions/install_observer.h
@@ -31,7 +31,7 @@ class InstallObserver {
virtual void OnExtensionLoaded(const Extension* extension) = 0;
virtual void OnExtensionUnloaded(const Extension* extension) = 0;
virtual void OnExtensionUninstalled(const Extension* extension) = 0;
- virtual void OnAppsReordered() = 0;
+ virtual void OnAppListReordered() = 0;
virtual void OnAppInstalledToAppList(const std::string& extension_id) = 0;
// Notifies observers that the observed object is going away.

Powered by Google App Engine
This is Rietveld 408576698