| Index: chrome/browser/importer/importer_list.cc
|
| diff --git a/chrome/browser/importer/importer_list.cc b/chrome/browser/importer/importer_list.cc
|
| index e38cc5e482a67373c72f7f0a77e88932a0af4056..473d049111a41da4f54b6fe0fed3dae1c2d3e66d 100644
|
| --- a/chrome/browser/importer/importer_list.cc
|
| +++ b/chrome/browser/importer/importer_list.cc
|
| @@ -196,6 +196,10 @@ const importer::ProfileInfo& ImporterList::GetSourceProfileInfoForBrowserType(
|
| return *(new importer::ProfileInfo());
|
| }
|
|
|
| +bool ImporterList::source_profiles_loaded() const {
|
| + return source_profiles_loaded_;
|
| +}
|
| +
|
| void ImporterList::DetectSourceProfilesWorker() {
|
| // TODO(jhawkins): Remove this condition once DetectSourceProfileHack is
|
| // removed. |observer_| is NULL when said method is called.
|
|
|