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

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

Issue 5873005: Views: Implement the ImporterList::Observer in ImporterView to enable the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Line length fix. Created 10 years 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/importer/importer.h ('k') | chrome/browser/importer/importer_list.cc » ('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 fc801fc1013cc15cfbfd6aae240846595c29faac..f3db1482baf9f5c4075d6494539cb6c13fbd8b3f 100644
--- a/chrome/browser/importer/importer_list.h
+++ b/chrome/browser/importer/importer_list.h
@@ -61,6 +61,9 @@ class ImporterList : public base::RefCountedThreadSafe<ImporterList> {
const importer::ProfileInfo& GetSourceProfileInfoForBrowserType(
int browser_type) const;
+ // Returns true if the source profiles have been loaded.
+ bool source_profiles_loaded() const;
+
private:
friend class base::RefCountedThreadSafe<ImporterList>;
« no previous file with comments | « chrome/browser/importer/importer.h ('k') | chrome/browser/importer/importer_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698