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

Unified Diff: chrome/install_static/user_data_dir.h

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: MakeProductDetails checks CurrentProcessNeedsProfileDir Created 3 years, 7 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/install_static/user_data_dir.h
diff --git a/chrome/install_static/user_data_dir.h b/chrome/install_static/user_data_dir.h
index f7b35ec428ee187f02931b269401199164b9c8d8..ef7951a62720de4cdc310781656273c1d0ad0139 100644
--- a/chrome/install_static/user_data_dir.h
+++ b/chrome/install_static/user_data_dir.h
@@ -36,7 +36,8 @@ bool GetUserDataDirectoryImpl(
// Retrieves the user data directory, and any invalid directory specified on the
// command line, for reporting an error to the user. These values are cached on
// the first call. |invalid_user_data_directory| may be null if not required.
-bool GetUserDataDirectory(std::wstring* user_data_directory,
+bool GetUserDataDirectory(const InstallConstants& mode,
+ std::wstring* user_data_directory,
std::wstring* invalid_user_data_directory);
} // namespace install_static

Powered by Google App Engine
This is Rietveld 408576698