Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: chrome/browser/ui/startup/bad_flags_prompt.h

Issue 174253002: Initialize chrome::DIR_USER_DATA early on for service processes, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698