| Index: chrome/browser/ui/startup/bad_flags_prompt.h
|
| diff --git a/chrome/browser/ui/startup/bad_flags_prompt.h b/chrome/browser/ui/startup/bad_flags_prompt.h
|
| index 94d6d96f0b858630019c597484507f7cbb34fe7a..df2a9ee3c5367ff11cd106e492704871eecbb4ed 100644
|
| --- a/chrome/browser/ui/startup/bad_flags_prompt.h
|
| +++ b/chrome/browser/ui/startup/bad_flags_prompt.h
|
| @@ -13,6 +13,9 @@ namespace chrome {
|
| // command line flags.
|
| void ShowBadFlagsPrompt(Browser* browser);
|
|
|
| +// Shows a warning dialog if the originally specified user data dir was invalid.
|
| +void MaybeShowInvalidUserDataDirWarningDialog();
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_STARTUP_BAD_FLAGS_PROMPT_H_
|
|
|