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

Unified Diff: chrome/browser/extensions/install_tracker.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_tracker.h
diff --git a/chrome/browser/extensions/install_tracker.h b/chrome/browser/extensions/install_tracker.h
index c8b2c477fea278be2fce5a95f09582e16a57564e..c5901cb216f4a980bab05bc8fae13ab326f2f8e0 100644
--- a/chrome/browser/extensions/install_tracker.h
+++ b/chrome/browser/extensions/install_tracker.h
@@ -51,7 +51,7 @@ class InstallTracker : public BrowserContextKeyedService,
const content::NotificationDetails& details) OVERRIDE;
private:
- void OnAppsReordered();
+ void OnAppListReordered();
ObserverList<InstallObserver> observers_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698