| Index: chrome/browser/ui/browser_init.h
|
| diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
|
| index 29a2f5ff9c3466177264e0ab7f44a2143bd5d7a7..0a1fcb96cc850b93bb3b78c8f6b788b3c9de3623 100644
|
| --- a/chrome/browser/ui/browser_init.h
|
| +++ b/chrome/browser/ui/browser_init.h
|
| @@ -238,6 +238,10 @@ class BrowserInit {
|
| // Returns true if so.
|
| bool CheckIfAutoLaunched(Profile* profile);
|
|
|
| + // Checks whether the Preferences backup is invalid and notifies user in
|
| + // that case.
|
| + void CheckPreferencesBackup(Profile* profile);
|
| +
|
| const FilePath cur_dir_;
|
| const CommandLine& command_line_;
|
| Profile* profile_;
|
|
|