| 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..11e6f5ac82414c67ea4f10e0fc58fa6694c11978 100644
|
| --- a/chrome/browser/importer/importer_list.h
|
| +++ b/chrome/browser/importer/importer_list.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -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 source profiles.
|
| + bool source_profiles_loaded() const { return source_profiles_loaded_; }
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<ImporterList>;
|
|
|
|
|