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

Unified Diff: testing/iossim/iossim.mm

Issue 398133002: In iossim, use the user's home directory if no override is given. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync'd Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/iossim/iossim.mm
diff --git a/testing/iossim/iossim.mm b/testing/iossim/iossim.mm
index b5cbd51f5ff0a0c5cac4e0938fca9a8057cd2aff..6fda2ca4c2a49ba5be673f971157453550ca1663 100644
--- a/testing/iossim/iossim.mm
+++ b/testing/iossim/iossim.mm
@@ -914,6 +914,8 @@ int main(int argc, char* const argv[]) {
simHomePath);
exit(kExitInitializationFailure);
}
+ } else {
+ simHomePath = NSHomeDirectory();
}
// Create the config and simulator session.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698