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

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: add sync test Created 7 years, 6 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 422efbdbffc78da28ca893c33d02f4e99ba805f3..a5b16c540bc0d5a29048e9f3f0cf7adfd4475b2d 100644
--- a/chrome/browser/extensions/install_observer.h
+++ b/chrome/browser/extensions/install_observer.h
@@ -30,7 +30,7 @@ class InstallObserver {
virtual void OnExtensionInstalled(const Extension* extension) = 0;
virtual void OnExtensionUninstalled(const Extension* extension) = 0;
virtual void OnExtensionDisabled(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