| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 72510d9140859869a21419990a4e81bf09c8582a..71139bc225fb49fe66b2a92ea2cdbdc614bd99d3 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -129,11 +129,6 @@ class ProfileManager : public base::NonThreadSafe,
|
| // profile import process.
|
| static bool IsImportProcess(const CommandLine& command_line);
|
|
|
| - // Whether a first-run import was triggered before the browser mainloop began.
|
| - // This is used in testing to verify import startup actions that occur before
|
| - // an observer can be registered in the test.
|
| - static bool DidPerformProfileImport();
|
| -
|
| // Indicate that an import process will run for the next created Profile.
|
| void SetWillImport();
|
| bool will_import() { return will_import_; }
|
|
|