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

Unified Diff: chrome/browser/importer/importer_list.h

Issue 9693032: [uber page] Split up initialization of handlers from initialization of webui pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros compile fix, still issues Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_frame.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698