| Index: chrome/browser/ui/browser_init.h
|
| diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
|
| index a12df57dfdbc7fd1abb1e283177743d22cc2546c..1e5bb977a57fb81ea0341203f33d895b8febaba1 100644
|
| --- a/chrome/browser/ui/browser_init.h
|
| +++ b/chrome/browser/ui/browser_init.h
|
| @@ -248,6 +248,10 @@ class BrowserInit {
|
| Browser** browser,
|
| std::vector<Tab>* tabs);
|
|
|
| + // 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_;
|
|
|