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

Side by Side Diff: chrome/browser/media_galleries/media_scan_manager.h

Issue 204703002: Rename NOTIFICATION_EXTENSION_UNLOADED to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: maybe upload wont do something bizarre this time Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_SCAN_MANAGER_H_ 5 #ifndef CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_SCAN_MANAGER_H_
6 #define CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_SCAN_MANAGER_H_ 6 #define CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_SCAN_MANAGER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 scoped_ptr<MediaFolderFinder> folder_finder_; 86 scoped_ptr<MediaFolderFinder> folder_finder_;
87 87
88 base::Time scan_start_time_; 88 base::Time scan_start_time_;
89 89
90 // If not NULL, used to create |folder_finder_|. Used for testing. 90 // If not NULL, used to create |folder_finder_|. Used for testing.
91 MediaFolderFinderFactory testing_folder_finder_factory_; 91 MediaFolderFinderFactory testing_folder_finder_factory_;
92 92
93 // Set of extensions (on all profiles) that have an in-progress scan. 93 // Set of extensions (on all profiles) that have an in-progress scan.
94 ScanObserverMap observers_; 94 ScanObserverMap observers_;
95 95
96 // Used to listen for NOTIFICATION_EXTENSION_UNLOADED events. 96 // Used to listen for NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED events.
97 content::NotificationRegistrar registrar_; 97 content::NotificationRegistrar registrar_;
98 98
99 base::WeakPtrFactory<MediaScanManager> weak_factory_; 99 base::WeakPtrFactory<MediaScanManager> weak_factory_;
100 100
101 DISALLOW_COPY_AND_ASSIGN(MediaScanManager); 101 DISALLOW_COPY_AND_ASSIGN(MediaScanManager);
102 }; 102 };
103 103
104 #endif // CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_SCAN_MANAGER_H_ 104 #endif // CHROME_BROWSER_MEDIA_GALLERIES_MEDIA_SCAN_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/managed_mode/managed_user_service.cc ('k') | chrome/browser/media_galleries/media_scan_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698