Index: chrome/browser/importer/importer_list.h |
diff --git a/chrome/browser/importer/importer_list.h b/chrome/browser/importer/importer_list.h |
index b8330241f2dc591064010830cc578539c987d479..faabdc4305f96aac5492257006aea2442dc249c0 100644 |
--- a/chrome/browser/importer/importer_list.h |
+++ b/chrome/browser/importer/importer_list.h |
@@ -51,6 +51,9 @@ class ImporterList : public base::RefCountedThreadSafe<ImporterList> { |
const importer::SourceProfile& GetSourceProfileForImporterType( |
int importer_type) const; |
+ // Tells interested callers if class is done loading profiles. |
Miranda Callahan
2012/03/14 14:35:39
nit: please change this comment to say "...if clas
Dan Beam
2012/03/14 20:23:59
Done.
|
+ bool source_profiles_loaded() const { return source_profiles_loaded_; } |
+ |
private: |
friend class base::RefCountedThreadSafe<ImporterList>; |