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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 12298015: Change NotifyAppList*() functions into observers on a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 7 years, 10 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
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_controller_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 2b39ec2c58578a9a81722d325ca8cdae4c15fd68..d9926054ccac0b11a33e54d892d615e25060cce4 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -635,6 +635,11 @@
'browser/extensions/image_loader_factory.h',
'browser/extensions/installed_loader.cc',
'browser/extensions/installed_loader.h',
+ 'browser/extensions/install_observer.h',
+ 'browser/extensions/install_tracker.cc',
+ 'browser/extensions/install_tracker.h',
+ 'browser/extensions/install_tracker_factory.cc',
+ 'browser/extensions/install_tracker_factory.h',
'browser/extensions/key_identifier_conversion_views.cc',
'browser/extensions/key_identifier_conversion_views.h',
'browser/extensions/lazy_background_task_queue.cc',
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_controller_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698