diff options
Diffstat (limited to 'chrome/browser/importer/importer.h')
-rw-r--r-- | chrome/browser/importer/importer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h index 46ce03e..765df3c 100644 --- a/chrome/browser/importer/importer.h +++ b/chrome/browser/importer/importer.h @@ -271,6 +271,9 @@ class ImporterHost : public base::RefCounted<ImporterHost>, // passed to StartImportSettings(). const ProfileInfo& GetSourceProfileInfoAt(int index) const; + // Returns the ProfileInfo with the given browser type + const ProfileInfo& GetSourceProfileInfoForBrowserType(int browser_type) const; + private: // If we're not waiting on any model to finish loading, invokes the task_. void InvokeTaskIfDone(); |